LocationFunctions

Functions

Link copied to clipboard

Retrieve information about a Location Service Geofence Collection.

suspend fun getGeofenceCollection(collectionName: String, kmsKeyId: String? = null, tags: Map<String, String>? = null): GetGeofenceCollectionResult
Link copied to clipboard
suspend fun getMap(argument: GetMapPlainArgs): GetMapResult

Retrieve information about a Location Service Map.

suspend fun getMap(argument: suspend GetMapPlainArgsBuilder.() -> Unit): GetMapResult
suspend fun getMap(mapName: String, tags: Map<String, String>? = null): GetMapResult
Link copied to clipboard

Retrieve information about a Location Service Place Index.

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(calculatorName: String, tags: Map<String, String>? = null): GetRouteCalculatorResult
Link copied to clipboard

Retrieve information about a Location Service Tracker.

suspend fun getTracker(argument: suspend GetTrackerPlainArgsBuilder.() -> Unit): GetTrackerResult
suspend fun getTracker(tags: Map<String, String>? = null, trackerName: String): GetTrackerResult
Link copied to clipboard

Retrieve information about a Location Service Tracker Association.

suspend fun getTrackerAssociation(consumerArn: String, trackerName: String): GetTrackerAssociationResult
Link copied to clipboard

Retrieve information about Location Service Tracker Associations.