LocationService#
Client#
- class LocationService.Client#
A low-level client representing Amazon Location Service
“Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing”
import boto3 client = boto3.client('location')
These are the available methods:
- associate_tracker_consumer
- batch_delete_device_position_history
- batch_delete_geofence
- batch_evaluate_geofences
- batch_get_device_position
- batch_put_geofence
- batch_update_device_position
- calculate_route
- calculate_route_matrix
- can_paginate
- close
- create_geofence_collection
- create_key
- create_map
- create_place_index
- create_route_calculator
- create_tracker
- delete_geofence_collection
- delete_key
- delete_map
- delete_place_index
- delete_route_calculator
- delete_tracker
- describe_geofence_collection
- describe_key
- describe_map
- describe_place_index
- describe_route_calculator
- describe_tracker
- disassociate_tracker_consumer
- get_device_position
- get_device_position_history
- get_geofence
- get_map_glyphs
- get_map_sprites
- get_map_style_descriptor
- get_map_tile
- get_paginator
- get_place
- get_waiter
- list_device_positions
- list_geofence_collections
- list_geofences
- list_keys
- list_maps
- list_place_indexes
- list_route_calculators
- list_tags_for_resource
- list_tracker_consumers
- list_trackers
- put_geofence
- search_place_index_for_position
- search_place_index_for_suggestions
- search_place_index_for_text
- tag_resource
- untag_resource
- update_geofence_collection
- update_key
- update_map
- update_place_index
- update_route_calculator
- update_tracker
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: