

***********************
LocationServicePlacesV2
***********************



======
Client
======



.. py:class:: LocationServicePlacesV2.Client

  A low-level client representing Amazon Location Service Places V2
  

  The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include:

   

  
  * Forward and reverse geocoding for addresses and coordinates
   
  * Comprehensive place searches with detailed information, including: 

    
    * Business names and addresses
     
    * Contact information
     
    * Hours of operation
     
    * POI (Points of Interest) categories
     
    * Food types for restaurants
     
    * Chain affiliation for relevant businesses
    

  
   
  * Global data coverage with a wide range of POI categories
   
  * Regular data updates to ensure accuracy and relevance
  

  ::

    
    import boto3
    
    client = boto3.client('geo-places')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  geo-places/client/autocomplete
  geo-places/client/can_paginate
  geo-places/client/close
  geo-places/client/geocode
  geo-places/client/get_paginator
  geo-places/client/get_place
  geo-places/client/get_waiter
  geo-places/client/reverse_geocode
  geo-places/client/search_nearby
  geo-places/client/search_text
  geo-places/client/suggest
