Location Functions
object LocationFunctions
Functions
Link copied to clipboard
suspend fun getGeofenceCollection(argument: GetGeofenceCollectionPlainArgs): GetGeofenceCollectionResult
Retrieve information about a Location Service Geofence Collection.
suspend fun getGeofenceCollection(argument: suspend GetGeofenceCollectionPlainArgsBuilder.() -> Unit): GetGeofenceCollectionResult
suspend fun getGeofenceCollection(collectionName: String, kmsKeyId: String? = null, tags: Map<String, String>? = null): GetGeofenceCollectionResult
Link copied to clipboard
Retrieve information about a Location Service Map.
Link copied to clipboard
Retrieve information about a Location Service Place Index.
suspend fun getPlaceIndex(argument: suspend GetPlaceIndexPlainArgsBuilder.() -> Unit): GetPlaceIndexResult
suspend fun getPlaceIndex(indexName: String, tags: Map<String, String>? = null): GetPlaceIndexResult
Link copied to clipboard
Retrieve information about a Location Service Route Calculator.
suspend fun getRouteCalculator(argument: suspend GetRouteCalculatorPlainArgsBuilder.() -> Unit): GetRouteCalculatorResult
suspend fun getRouteCalculator(calculatorName: String, tags: Map<String, String>? = null): GetRouteCalculatorResult
Link copied to clipboard
Retrieve information about a Location Service Tracker.
Link copied to clipboard
suspend fun getTrackerAssociation(argument: GetTrackerAssociationPlainArgs): GetTrackerAssociationResult
Retrieve information about a Location Service Tracker Association.
suspend fun getTrackerAssociation(argument: suspend GetTrackerAssociationPlainArgsBuilder.() -> Unit): GetTrackerAssociationResult
suspend fun getTrackerAssociation(consumerArn: String, trackerName: String): GetTrackerAssociationResult
Link copied to clipboard
suspend fun getTrackerAssociations(argument: GetTrackerAssociationsPlainArgs): GetTrackerAssociationsResult
Retrieve information about Location Service Tracker Associations.
suspend fun getTrackerAssociations(argument: suspend GetTrackerAssociationsPlainArgsBuilder.() -> Unit): GetTrackerAssociationsResult