Module: Aws::GeoPlaces
- Defined in:
- lib/aws-sdk-geoplaces/endpoint_parameters.rb,
lib/aws-sdk-geoplaces/plugins/endpoints.rb,
lib/aws-sdk-geoplaces/endpoint_provider.rb,
lib/aws-sdk-geoplaces/client_api.rb,
lib/aws-sdk-geoplaces/endpoints.rb,
lib/aws-sdk-geoplaces/resource.rb,
lib/aws-sdk-geoplaces/errors.rb,
lib/aws-sdk-geoplaces/client.rb,
lib/aws-sdk-geoplaces/types.rb,
lib/aws-sdk-geoplaces.rb
Overview
This module provides support for Amazon Location Service Places V2. This module is available in the ‘aws-sdk-geoplaces` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
geo_places = Aws::GeoPlaces::Client.new
resp = geo_places.autocomplete(params)
See Client for more information.
# Errors
Errors returned from Amazon Location Service Places V2 are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::GeoPlaces::Errors::ServiceError
# rescues all Amazon Location Service Places V2 API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.1.0'