जगहों के सुझाव ऑटोकंप्लीट करने की सुविधा

प्लैटफ़ॉर्म चुनें: Android iOS JavaScript वेब सेवा

'अपने-आप पूरा होने की सुविधा' सेवा एक ऐसी वेब सेवा है जो एचटीटीपी अनुरोध के जवाब में जगह का अनुमान दिखाती है. अनुरोध में टेक्स्ट वाली खोज स्ट्रिंग और वैकल्पिक भौगोलिक सीमाओं के बारे में बताया गया हो. इस सेवा का इस्तेमाल, टेक्स्ट के आधार पर भौगोलिक खोजों के लिए अपने-आप पूरा होने की सुविधा देने के लिए किया जा सकता है. इसके लिए, कारोबार, पतों, और लोकप्रिय जगहों जैसे उपयोगकर्ता को वापस करना होता है.

ऑटोकंप्लीट की सुविधा के लिए अनुरोध करना

जगह के अपने-आप पूरे होने की सुविधा वाली सेवा, Places API का हिस्सा है और यह प्लेस एपीआई के साथ एक एपीआई पासकोड और कोटा शेयर करती है.

जगह के अपने-आप भर जाने की सुविधा से जुड़ी सेवा, पूरे शब्दों और सबस्ट्रिंग के हिसाब से मेल खा सकती है. इससे जगहों के नामों, पतों, और प्लस कोड को ठीक करने का तरीका भी पता चलता है. इसलिए, उपयोगकर्ता के टाइप के हिसाब से क्वेरी भेजी जा सकती हैं, ताकि उपयोगकर्ता की लोकेशन के हिसाब से तुरंत नतीजे मिल सकें.

आपको प्लस कोड को ठीक से प्रारूपित करना चाहिए. इसका मतलब है कि आपको %2B के लिए यूआरएल-एस्केप करना होगा. साथ ही, %20 के लिए यूआरएल-एस्केप स्पेस का इस्तेमाल करना होगा.

  • ग्लोबल कोड, चार वर्णों वाला एरिया कोड और छह वर्ण या इससे ज़्यादा का लोकल कोड होता है. उदाहरण के लिए, यूआरएल-एस्केप ग्लोबल कोड 849VCWC8+R9 849VCWC8%2BR9 है.
  • कंपाउंड कोड छह वर्ण या इससे ज़्यादा का स्थानीय कोड होता है, जिसमें जगह की जानकारी साफ़ तौर पर दी जाती है. उदाहरण के लिए, यूआरएल-एस्केप्ड कंपाउंड कोड CWC8+R9 Mountain View, CA, USA CWC8%2BR9%20Mountain%20View%20CA%20USA है.

नतीजों में दिखने वाले सुझावों को इस तरह से डिज़ाइन किया जाता है कि लोगों को अपनी पसंद की जगह चुनने में मदद मिल सके. जिन जगहों को लौटाया जा चुका है उनके बारे में ज़्यादा जानकारी के लिए, जगह की जानकारी का अनुरोध भेजा जा सकता है.

जगह के अपने-आप पूरे होने का अनुरोध, नीचे दिए गए फ़ॉर्म का एचटीटीपी यूआरएल होता है:

https://maps.googleapis.com/maps/api/place/autocomplete/output?parameters

जहां output, इनमें से कोई एक वैल्यू हो सकती है:

  • json (सुझाया गया) JavaScript ऑब्जेक्ट नोटेशन (JSON) में आउटपुट दिखाता है
  • xml, आउटपुट को एक्सएमएल के तौर पर दिखाता है

स्थान ऑटोकंप्लीट अनुरोध शुरू करने के लिए कुछ पैरामीटर आवश्यक होते हैं. जैसा कि यूआरएल में स्टैंडर्ड तरीके से किया जाता है, सभी पैरामीटर को एंपरसैंड (&) वर्ण का इस्तेमाल करके अलग किया जाता है. पैरामीटर की सूची और उनकी संभावित वैल्यू यहां दी गई हैं.

Required parameters

  • input

    The text string on which to search. The Place Autocomplete service will return candidate matches based on this string and order results based on their perceived relevance.

Optional parameters

  • components

    A grouping of places to which you would like to restrict your results. Currently, you can use components to filter by up to 5 countries. Countries must be passed as a two character, ISO 3166-1 Alpha-2 compatible country code. For example: components=country:fr would restrict your results to places within France. Multiple countries must be passed as multiple country:XX filters, with the pipe character | as a separator. For example: components=country:us|country:pr|country:vi|country:gu|country:mp would restrict your results to places within the United States and its unincorporated organized territories.

    Note: If you receive unexpected results with a country code, verify that you are using a code which includes the countries, dependent territories, and special areas of geographical interest you intend. You can find code information at Wikipedia: List of ISO 3166 country codes or the ISO Online Browsing Platform.
  • language

    The language in which to return results.

    • See the list of supported languages. Google often updates the supported languages, so this list may not be exhaustive.
    • If language is not supplied, the API attempts to use the preferred language as specified in the Accept-Language header.
    • The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.
    • If a name is not available in the preferred language, the API uses the closest match.
    • The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, utca and tér are synonyms for street in Hungarian.
  • location

    The point around which to retrieve place information. This must be specified as latitude,longitude. The radius parameter must also be provided when specifying a location. If radius is not provided, the location parameter is ignored.

    When using the Text Search API, the `location` parameter may be overriden if the `query` contains an explicit location such as `Market in Barcelona`.
  • locationbias

    Prefer results in a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle. If this parameter is not specified, the API uses IP address biasing by default.

    • IP bias: Instructs the API to use IP address biasing. Pass the string ipbias (this option has no additional parameters).
    • Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: circle:radius@lat,lng.
    • Rectangular: A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle. Use the following format:rectangle:south,west|north,east. Note that east/west values are wrapped to the range -180, 180, and north/south values are clamped to the range -90, 90.
  • locationrestriction

    Restrict results to a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle.

    • Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: circle:radius@lat,lng.
    • Rectangular: A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle. Use the following format:rectangle:south,west|north,east. Note that east/west values are wrapped to the range -180, 180, and north/south values are clamped to the range -90, 90.
  • offset

    The position, in the input term, of the last character that the service uses to match predictions. For example, if the input is Google and the offset is 3, the service will match on Goo. The string determined by the offset is matched against the first word in the input term only. For example, if the input term is Google abc and the offset is 3, the service will attempt to match against Goo abc. If no offset is supplied, the service will use the whole term. The offset should generally be set to the position of the text caret.

  • origin

    The origin point from which to calculate straight-line distance to the destination (returned as distance_meters). If this value is omitted, straight-line distance will not be returned. Must be specified as latitude,longitude.

  • radius

    Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a location and a radius parameter. Doing so instructs the Places service to prefer showing results within that circle; results outside of the defined area may still be displayed.

    The radius will automatically be clamped to a maximum value depending on the type of search and other parameters.

    • Autocomplete: 50,000 meters
    • Nearby Search:
      • with keyword or name: 50,000 meters
      • without keyword or name
        • Up to 50,000 meters, adjusted dynamically based on area density, independent of rankby parameter.
        • When using rankby=distance, the radius parameter will not be accepted, and will result in an INVALID_REQUEST.
    • Query Autocomplete: 50,000 meters
    • Text Search: 50,000 meters
  • region

    The region code, specified as a ccTLD ("top-level domain") two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is "uk" (.co.uk) while its ISO 3166-1 code is "gb" (technically for the entity of "The United Kingdom of Great Britain and Northern Ireland").

  • sessiontoken

    A random string which identifies an autocomplete session for billing purposes.

    The session begins when the user starts typing a query, and concludes when they select a place and a call to Place Details is made. Each session can have multiple queries, followed by one place selection. The API key(s) used for each request within a session must belong to the same Google Cloud Console project. Once a session has concluded, the token is no longer valid; your app must generate a fresh token for each session. If the sessiontoken parameter is omitted, or if you reuse a session token, the session is charged as if no session token was provided (each request is billed separately).

    We recommend the following guidelines:

    • Use session tokens for all autocomplete sessions.
    • Generate a fresh token for each session. Using a version 4 UUID is recommended.
    • Ensure that the API key(s) used for all Place Autocomplete and Place Details requests within a session belong to the same Cloud Console project.
    • Be sure to pass a unique session token for each new session. Using the same token for more than one session will result in each request being billed individually.
  • strictbounds

    Returns only those places that are strictly within the region defined by location and radius. This is a restriction, rather than a bias, meaning that results outside this region will not be returned even if they match the user input.

  • types

    You can restrict results from a Place Autocomplete request to be of a certain type by passing the types parameter. This parameter specifies a type or a type collection, as listed in Place Types. If nothing is specified, all types are returned.

    For the value of the types parameter you can specify either:

    • Up to five values from Table 1 or Table 2. For multiple values, separate each value with a | (vertical bar). For example:

      types=book_store|cafe

    • Any single supported filter in Table 3. You cannot mix type collections.

    The request will be rejected with an INVALID_REQUEST error if:

    • More than five types are specified.
    • Any unrecognized types are present.
    • Any types from in Table 1 or Table 2 are mixed with any of the filters in Table 3.

जगह के ऑटोकंप्लीट की सुविधा के उदाहरण

सैन फ़्रांसिस्को, कनाडा में एक इलाके के अंदर "अमीबा" स्ट्रिंग वाले संस्थानों के लिए अनुरोध:

यूआरएल

https://maps.googleapis.com/maps/api/place/autocomplete/json
  ?input=amoeba
  &location=37.76999%2C-122.44696
  &radius=500
  &types=establishment
  &key=YOUR_API_KEY

cURL

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=amoeba&types=establishment&location=37.76999%2C-122.44696&radius=500&key=YOUR_API_KEY'

यही अनुरोध, एशबरी स्ट्रीट ऐंड हेट स्ट्रीट, सैन फ़्रांसिस्को के 500 मीटर के दायरे में मौजूद नतीजों तक सीमित है:

यूआरएल

https://maps.googleapis.com/maps/api/place/autocomplete/json
  ?input=amoeba
  &location=37.76999%2C-122.44696
  &radius=500
  &strictbounds=true
  &types=establishment
  &key=YOUR_API_KEY

cURL

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=amoeba&types=establishment&location=37.76999%2C-122.44696&radius=500&strictbounds=true&key=YOUR_API_KEY'

फ़्रेंच में नतीजों के साथ "Vict" वाले पते के लिए अनुरोध:

यूआरएल

https://maps.googleapis.com/maps/api/place/autocomplete/json
  ?input=Vict
  &language=fr
  &types=geocode
  &key=YOUR_API_KEY

cURL

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Vict&types=geocode&language=fr&key=YOUR_API_KEY'

उन शहरों के लिए अनुरोध जिनमें "विकट" है, जिसके नतीजे ब्राज़ीलियन पॉर्चुगीज़ में हैं:

यूआरएल

https://maps.googleapis.com/maps/api/place/autocomplete/json
  ?input=Vict
  &language=pt_BR
  &types=%28cities%29
  &key=YOUR_API_KEY

cURL

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Vict&types=(cities)&language=pt_BR&key=YOUR_API_KEY'

ध्यान दें कि आपको इन उदाहरणों में, एपीआई पासकोड को अपनी कुंजी से बदलना होगा.

ऑटोकंप्लीट की सुविधा के लिए जवाब दें

जगह के हिसाब से ऑटोकंप्लीट की सुविधा से जुड़े जवाब, अनुरोध के यूआरएल पाथ में मौजूद output फ़्लैग के ज़रिए बताए गए फ़ॉर्मैट में दिखाए जाते हैं. नीचे दिए गए नतीजे यह दिखाते हैं कि किसी क्वेरी के लिए नीचे दिए गए पैरामीटर के साथ क्या दिखाया जा सकता है:

यूआरएल

https://maps.googleapis.com/maps/api/place/autocomplete/json
  ?input=Paris
  &types=geocode
  &key=YOUR_API_KEY

cURL

curl -L -X GET 'https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Paris&types=geocode&key=YOUR_API_KEY'

JSON

{
  "predictions":
    [
      {
        "description": "Paris, France",
        "matched_substrings": [{ "length": 5, "offset": 0 }],
        "place_id": "ChIJD7fiBh9u5kcRYJSMaMOCCwQ",
        "reference": "ChIJD7fiBh9u5kcRYJSMaMOCCwQ",
        "structured_formatting":
          {
            "main_text": "Paris",
            "main_text_matched_substrings": [{ "length": 5, "offset": 0 }],
            "secondary_text": "France",
          },
        "terms":
          [
            { "offset": 0, "value": "Paris" },
            { "offset": 7, "value": "France" },
          ],
        "types": ["locality", "political", "geocode"],
      },
      {
        "description": "Paris, TX, USA",
        "matched_substrings": [{ "length": 5, "offset": 0 }],
        "place_id": "ChIJmysnFgZYSoYRSfPTL2YJuck",
        "reference": "ChIJmysnFgZYSoYRSfPTL2YJuck",
        "structured_formatting":
          {
            "main_text": "Paris",
            "main_text_matched_substrings": [{ "length": 5, "offset": 0 }],
            "secondary_text": "TX, USA",
          },
        "terms":
          [
            { "offset": 0, "value": "Paris" },
            { "offset": 7, "value": "TX" },
            { "offset": 11, "value": "USA" },
          ],
        "types": ["locality", "political", "geocode"],
      },
      {
        "description": "Paris, TN, USA",
        "matched_substrings": [{ "length": 5, "offset": 0 }],
        "place_id": "ChIJ4zHP-Sije4gRBDEsVxunOWg",
        "reference": "ChIJ4zHP-Sije4gRBDEsVxunOWg",
        "structured_formatting":
          {
            "main_text": "Paris",
            "main_text_matched_substrings": [{ "length": 5, "offset": 0 }],
            "secondary_text": "TN, USA",
          },
        "terms":
          [
            { "offset": 0, "value": "Paris" },
            { "offset": 7, "value": "TN" },
            { "offset": 11, "value": "USA" },
          ],
        "types": ["locality", "political", "geocode"],
      },
      {
        "description": "Paris, Brant, ON, Canada",
        "matched_substrings": [{ "length": 5, "offset": 0 }],
        "place_id": "ChIJsamfQbVtLIgR-X18G75Hyi0",
        "reference": "ChIJsamfQbVtLIgR-X18G75Hyi0",
        "structured_formatting":
          {
            "main_text": "Paris",
            "main_text_matched_substrings": [{ "length": 5, "offset": 0 }],
            "secondary_text": "Brant, ON, Canada",
          },
        "terms":
          [
            { "offset": 0, "value": "Paris" },
            { "offset": 7, "value": "Brant" },
            { "offset": 14, "value": "ON" },
            { "offset": 18, "value": "Canada" },
          ],
        "types": ["neighborhood", "political", "geocode"],
      },
      {
        "description": "Paris, KY, USA",
        "matched_substrings": [{ "length": 5, "offset": 0 }],
        "place_id": "ChIJsU7_xMfKQ4gReI89RJn0-RQ",
        "reference": "ChIJsU7_xMfKQ4gReI89RJn0-RQ",
        "structured_formatting":
          {
            "main_text": "Paris",
            "main_text_matched_substrings": [{ "length": 5, "offset": 0 }],
            "secondary_text": "KY, USA",
          },
        "terms":
          [
            { "offset": 0, "value": "Paris" },
            { "offset": 7, "value": "KY" },
            { "offset": 11, "value": "USA" },
          ],
        "types": ["locality", "political", "geocode"],
      },
    ],
  "status": "OK",
}

XML

<AutocompletionResponse>
 <status>OK</status>
 <prediction>
  <description>Paris, France</description>
  <type>locality</type>
  <type>political</type>
  <type>geocode</type>
  <reference>ChIJD7fiBh9u5kcRYJSMaMOCCwQ</reference>
  <term>
   <value>Paris</value>
   <offset>0</offset>
  </term>
  <term>
   <value>France</value>
   <offset>7</offset>
  </term>
  <matched_substring>
   <offset>0</offset>
   <length>5</length>
  </matched_substring>
  <place_id>ChIJD7fiBh9u5kcRYJSMaMOCCwQ</place_id>
  <structured_formatting>
   <description>Paris</description>
   <subdescription>France</subdescription>
   <description_matched_substring>
    <offset>0</offset>
    <length>5</length>
   </description_matched_substring>
  </structured_formatting>
 </prediction>
 <prediction>
  <description>Paris, TX, USA</description>
  <type>locality</type>
  <type>political</type>
  <type>geocode</type>
  <reference>ChIJmysnFgZYSoYRSfPTL2YJuck</reference>
  <term>
   <value>Paris</value>
   <offset>0</offset>
  </term>
  <term>
   <value>TX</value>
   <offset>7</offset>
  </term>
  <term>
   <value>USA</value>
   <offset>11</offset>
  </term>
  <matched_substring>
   <offset>0</offset>
   <length>5</length>
  </matched_substring>
  <place_id>ChIJmysnFgZYSoYRSfPTL2YJuck</place_id>
  <structured_formatting>
   <description>Paris</description>
   <subdescription>TX, USA</subdescription>
   <description_matched_substring>
    <offset>0</offset>
    <length>5</length>
   </description_matched_substring>
  </structured_formatting>
 </prediction>
 <prediction>
  <description>Paris, TN, USA</description>
  <type>locality</type>
  <type>political</type>
  <type>geocode</type>
  <reference>ChIJ4zHP-Sije4gRBDEsVxunOWg</reference>
  <term>
   <value>Paris</value>
   <offset>0</offset>
  </term>
  <term>
   <value>TN</value>
   <offset>7</offset>
  </term>
  <term>
   <value>USA</value>
   <offset>11</offset>
  </term>
  <matched_substring>
   <offset>0</offset>
   <length>5</length>
  </matched_substring>
  <place_id>ChIJ4zHP-Sije4gRBDEsVxunOWg</place_id>
  <structured_formatting>
   <description>Paris</description>
   <subdescription>TN, USA</subdescription>
   <description_matched_substring>
    <offset>0</offset>
    <length>5</length>
   </description_matched_substring>
  </structured_formatting>
 </prediction>
 <prediction>
  <description>Paris, Brant, ON, Canada</description>
  <type>neighborhood</type>
  <type>political</type>
  <type>geocode</type>
  <reference>ChIJsamfQbVtLIgR-X18G75Hyi0</reference>
  <term>
   <value>Paris</value>
   <offset>0</offset>
  </term>
  <term>
   <value>Brant</value>
   <offset>7</offset>
  </term>
  <term>
   <value>ON</value>
   <offset>14</offset>
  </term>
  <term>
   <value>Canada</value>
   <offset>18</offset>
  </term>
  <matched_substring>
   <offset>0</offset>
   <length>5</length>
  </matched_substring>
  <place_id>ChIJsamfQbVtLIgR-X18G75Hyi0</place_id>
  <structured_formatting>
   <description>Paris</description>
   <subdescription>Brant, ON, Canada</subdescription>
   <description_matched_substring>
    <offset>0</offset>
    <length>5</length>
   </description_matched_substring>
  </structured_formatting>
 </prediction>
 <prediction>
  <description>Paris, KY, USA</description>
  <type>locality</type>
  <type>political</type>
  <type>geocode</type>
  <reference>ChIJsU7_xMfKQ4gReI89RJn0-RQ</reference>
  <term>
   <value>Paris</value>
   <offset>0</offset>
  </term>
  <term>
   <value>KY</value>
   <offset>7</offset>
  </term>
  <term>
   <value>USA</value>
   <offset>11</offset>
  </term>
  <matched_substring>
   <offset>0</offset>
   <length>5</length>
  </matched_substring>
  <place_id>ChIJsU7_xMfKQ4gReI89RJn0-RQ</place_id>
  <structured_formatting>
   <description>Paris</description>
   <subdescription>KY, USA</subdescription>
   <description_matched_substring>
    <offset>0</offset>
    <length>5</length>
   </description_matched_substring>
  </structured_formatting>
 </prediction>
</AutocompletionResponse>

PlacesAutocompleteResponse

FieldRequiredTypeDescription
required Array<PlaceAutocompletePrediction>

Contains an array of predictions.

See PlaceAutocompletePrediction for more information.

requiredPlacesAutocompleteStatus

Contains the status of the request, and may contain debugging information to help you track down why the request failed.

See PlacesAutocompleteStatus for more information.

optionalstring

When the service returns a status code other than OK<, there may be an additional error_message field within the response object. This field contains more detailed information about thereasons behind the given status code. This field is not always returned, and its content is subject to change.

optionalArray<string>

When the service returns additional information about the request specification, there may be an additional info_messages field within the response object. This field is only returned for successful requests. It may not always be returned, and its content is subject to change.

नतीजों में खास तौर पर, place_id एलिमेंट शामिल होते हैं. इनका इस्तेमाल, किसी अलग क्वेरी की मदद से जगह के बारे में ज़्यादा खास जानकारी मांगने के लिए किया जा सकता है. जगह की जानकारी के अनुरोध देखें.

एक्सएमएल रिस्पॉन्स में एक <AutocompletionResponse> एलिमेंट होता है, जिसमें दो तरह के चाइल्ड एलिमेंट होते हैं:

  • एक <status> एलिमेंट में अनुरोध पर मेटाडेटा शामिल होता है. नीचे स्टेटस कोड देखें.
  • शून्य या इससे ज़्यादा <prediction> एलिमेंट, जिनमें से हर एक में एक ही जगह की जानकारी है. इन नतीजों के बारे में जानकारी के लिए, अपने-आप पूरे होने वाले नतीजे डालें देखें. Places API ज़्यादा से ज़्यादा पांच नतीजे दिखाता है.

हमारा सुझाव है कि जब तक आपके ऐप्लिकेशन को किसी वजह से xml की ज़रूरत न हो, तब तक आप पसंदीदा आउटपुट फ़्लैग के तौर पर json का इस्तेमाल करें. एक्सएमएल ट्री को प्रोसेस करने के लिए सावधानी बरतनी होती है, ताकि आप सही नोड और एलिमेंट का रेफ़रंस ले सकें. एक्सएमएल प्रोसेस करने में मदद के लिए, XPath के साथ एक्सएमएल प्रोसेस करना देखें.

PlacesAutocompleteStatus

Status codes returned by service.

  • OK indicating the API request was successful.
  • ZERO_RESULTS indicating that the search was successful but returned no results. This may occur if the search was passed a bounds in a remote location.
  • INVALID_REQUEST indicating the API request was malformed, generally due to the missing input parameter.
  • OVER_QUERY_LIMIT indicating any of the following:
    • You have exceeded the QPS limits.
    • Billing has not been enabled on your account.
    • The monthly $200 credit, or a self-imposed usage cap, has been exceeded.
    • The provided method of payment is no longer valid (for example, a credit card has expired).
    See the Maps FAQ for more information about how to resolve this error.
  • REQUEST_DENIED indicating that your request was denied, generally because:
    • The request is missing an API key.
    • The key parameter is invalid.
  • UNKNOWN_ERROR indicating an unknown error.

जब जगहें सेवा, किसी खोज से JSON नतीजे दिखाती है, तो वह उन्हें predictions कलेक्शन में डाल देती है. अगर सेवा कोई नतीजा नहीं दिखाती है (जैसे, अगर location रिमोट है), तो भी यह खाली predictions कलेक्शन दिखाती है. एक्सएमएल के रिस्पॉन्स में शून्य या उससे ज़्यादा <prediction> एलिमेंट होते हैं.

PlaceAutocompletePrediction

FieldRequiredTypeDescription
requiredstring

Contains the human-readable name for the returned result. For establishment results, this is usually the business name. This content is meant to be read as-is. Do not programmatically parse the formatted address.

required Array<PlaceAutocompleteMatchedSubstring>

A list of substrings that describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.

See PlaceAutocompleteMatchedSubstring for more information.

requiredPlaceAutocompleteStructuredFormat

Provides pre-formatted text that can be shown in your autocomplete results. This content is meant to be read as-is. Do not programmatically parse the formatted address.

See PlaceAutocompleteStructuredFormat for more information.

required Array<PlaceAutocompleteTerm>

Contains an array of terms identifying each section of the returned description (a section of the description is generally terminated with a comma). Each entry in the array has a value field, containing the text of the term, and an offset field, defining the start position of this term in the description, measured in Unicode characters.

See PlaceAutocompleteTerm for more information.

optionalinteger

The straight-line distance in meters from the origin. This field is only returned for requests made with an origin.

optionalstring

A textual identifier that uniquely identifies a place. To retrieve information about the place, pass this identifier in the placeId field of a Places API request. For more information about place IDs, see the Place IDs overview.

optionalstring

See place_id.

optionalArray<string>

Contains an array of types that apply to this place. For example: [ "political", "locality" ] or [ "establishment", "geocode", "beauty_salon" ]. The array can contain multiple values. Learn more about Place types.

PlaceAutocompleteMatchedSubstring

FieldRequiredTypeDescription
requirednumber

Length of the matched substring in the prediction result text.

requirednumber

Start location of the matched substring in the prediction result text.

PlaceAutocompleteStructuredFormat

FieldRequiredTypeDescription
requiredstring

Contains the main text of a prediction, usually the name of the place.

required Array<PlaceAutocompleteMatchedSubstring>

Contains an array with offset value and length. These describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.

See PlaceAutocompleteMatchedSubstring for more information.

optionalstring

Contains the secondary text of a prediction, usually the location of the place.

optional Array<PlaceAutocompleteMatchedSubstring>

Contains an array with offset value and length. These describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.

See PlaceAutocompleteMatchedSubstring for more information.

PlaceAutocompleteTerm

FieldRequiredTypeDescription
requirednumber

Defines the start position of this term in the description, measured in Unicode characters

requiredstring

The text of the term.

ऑटोकंप्लीट की सुविधा चालू करें

इस सेक्शन में, ऑटोकंप्लीट की सुविधा से जुड़ी सेवा का ज़्यादा से ज़्यादा फ़ायदा पाने के सबसे सही तरीके बताए गए हैं.

यहां कुछ सामान्य दिशा-निर्देश दिए गए हैं:

  • काम कर रहा यूज़र इंटरफ़ेस डेवलप करने का सबसे तेज़ तरीका Maps JavaScript API ऑटोकंप्लीट विजेट, Android के लिए जगहें SDK टूल ऑटोकंप्लीट विजेट, या iOS के लिए Places SDK टूल ऑटोकंप्लीट यूज़र इंटरफ़ेस (यूआई) कंट्रोल का इस्तेमाल करना है
  • जगह की जानकारी के ऑटोकंप्लीट की सुविधा से जुड़े ज़रूरी डेटा फ़ील्ड को शुरू से ही समझना शुरू करें.
  • जगह के हिसाब से चुनने की सुविधा और जगह की जानकारी पर पाबंदी वाले फ़ील्ड ज़रूरी नहीं हैं. हालांकि, ये ऑटोकंप्लीट की परफ़ॉर्मेंस पर काफ़ी असर डाल सकते हैं.
  • गड़बड़ी मैनेज करने की सुविधा का इस्तेमाल करें, ताकि एपीआई से गड़बड़ी मिलने पर, आपका ऐप्लिकेशन ग्रेसफ़ुल तरीके से डिग्रेड हो.
  • पक्का करें कि आपका ऐप्लिकेशन तब हैंडल हो, जब आपने कोई विकल्प न चुना हो और उपयोगकर्ताओं को आगे बढ़ने का तरीका दिया हो.

लागत ऑप्टिमाइज़ेशन के सबसे सही तरीके

बुनियादी लागत ऑप्टिमाइज़ेशन

जगह की जानकारी के अपने-आप पूरे होने की सुविधा के इस्तेमाल की लागत को ऑप्टिमाइज़ करने के लिए, जगह की जानकारी में फ़ील्ड मास्क का इस्तेमाल करें और सिर्फ़ अपनी ज़रूरत के हिसाब से डेटा डालने के फ़ील्ड वापस करें.

लागत का बेहतर ऑप्टिमाइज़ेशन

हर अनुरोध के लिए कीमत को ऐक्सेस करने के लिए, जगह की जानकारी अपने-आप पूरी होने की सुविधा को प्रोग्राम के हिसाब से, प्रोग्राम के हिसाब से लागू करें. साथ ही, जगह की जानकारी के बजाय, चुनी गई जगह के बारे में जियोकोडिंग एपीआई के नतीजों का अनुरोध करें. अगर नीचे दी गई दोनों शर्तें पूरी होती हैं, तो जियोकोडिंग एपीआई के साथ जोड़े गए हर अनुरोध के लिए कीमत, हर सेशन (सेशन आधारित) की कीमत से ज़्यादा किफ़ायती होती है:

  • अगर आपको उपयोगकर्ता की चुनी हुई जगह के अक्षांश/देशांतर या पते की ही ज़रूरत है, तो जियोकोडिंग एपीआई, जगह की जानकारी देने वाले कॉल से कम के लिए यह जानकारी डिलीवर करता है.
  • अगर उपयोगकर्ता, अपने-आप पूरे होने वाले सुझाव के लिए चार या उससे कम अनुरोधों के औसत के बीच, ऑटोकंप्लीट की सुविधा के लिए कोई सुझाव चुनते हैं, तो हर सेशन की कीमत के मुकाबले हर अनुरोध की कीमत ज़्यादा असरदार हो सकती है.
अपनी ज़रूरतों के हिसाब से, जगह के हिसाब से ऑटोकंप्लीट की सुविधा को चुनने में मदद पाने के लिए, वह टैब चुनें जो नीचे दिए गए सवाल के आपके जवाब से मेल खाता हो.

क्या आपके ऐप्लिकेशन को, चुने गए सुझाव के पते और अक्षांश/देशांतर के अलावा किसी अन्य जानकारी की ज़रूरत है?

हां, ज़्यादा जानकारी की ज़रूरत है

जगह की जानकारी के साथ, सेशन पर आधारित जगह के ऑटोकंप्लीट की सुविधा का इस्तेमाल करें.
आपके ऐप्लिकेशन के लिए जगह की जानकारी की ज़रूरत होती है, जैसे कि जगह का नाम, कारोबार की स्थिति या खुलने का समय. इसलिए, जगह की जानकारी अपने-आप पूरी होने की सुविधा को लागू करने के लिए, एक सेशन टोकन (प्रोग्राम के रूप में या JavaScript, Android या iOS विजेट में मौजूद) का इस्तेमाल करना चाहिए. इसकी कुल लागत के लिए 0.017 डॉलर का शुल्क लिया जाता है हर सेशन और लागू होने वाले जगहों के डेटा SKU. यह इस बात पर निर्भर करता है कि आपने किस जगह के डेटा फ़ील्ड का अनुरोध किया है.

विजेट लागू करना
सेशन मैनेजमेंट,
JavaScript, Android या iOS विजेट में अपने-आप मौजूद होता है. इसमें चुने गए सुझाव के लिए, जगह की जानकारी अपने-आप पूरी होने की सुविधा के अनुरोध और जगह की जानकारी का अनुरोध, दोनों शामिल होते हैं. fields पैरामीटर की जानकारी देना न भूलें, ताकि यह पक्का किया जा सके कि आपने सिर्फ़ उन डेटा फ़ील्ड के लिए अनुरोध किया है जिनकी आपको ज़रूरत है.

प्रोग्रामैटिक लागू करना
'अपने-आप पूरा होने की सुविधा' के अपने अनुरोधों के साथ सेशन टोकन का इस्तेमाल करें. चुने गए अनुमान के बारे में जगह की जानकारी का अनुरोध करते समय, ये पैरामीटर शामिल करें:

  1. जगह के अपने-आप पूरे होने की सुविधा के रिस्पॉन्स से मिला जगह का आईडी
  2. ऑटोकंप्लीट की सुविधा के अनुरोध के लिए इस्तेमाल किया गया सेशन टोकन
  3. fields पैरामीटर, जो आपके लिए ज़रूरी जगह के डेटा फ़ील्ड के बारे में बताता है

नहीं, सिर्फ़ पता और जगह की जानकारी चाहिए

जियोकोडिंग एपीआई, आपके ऐप्लिकेशन के लिए जगह की जानकारी के मुकाबले ज़्यादा किफ़ायती विकल्प हो सकता है. हालांकि, यह आपके जगह के अपने-आप पूरे होने के इस्तेमाल की परफ़ॉर्मेंस पर निर्भर करता है. हर ऐप्लिकेशन की ऑटोकंप्लीट क्षमता इस बात पर निर्भर करती है कि उपयोगकर्ता क्या डाल रहे हैं, ऐप्लिकेशन का इस्तेमाल कहां किया जा रहा है, और परफ़ॉर्मेंस ऑप्टिमाइज़ेशन के सबसे सही तरीके लागू किए गए हैं या नहीं.

नीचे दिए गए सवाल का जवाब देने के लिए, अपने ऐप्लिकेशन में 'अपने-आप पूरा होने की सुविधा' के किसी सुझाव को चुनने से पहले, यह विश्लेषण करें कि कोई उपयोगकर्ता औसतन कितने वर्ण टाइप करता है.

क्या आपके उपयोगकर्ता औसतन चार या उससे कम अनुरोधों में, 'जगह की जानकारी अपने-आप पूरी होने की सुविधा' के किसी सुझाव को चुनते हैं?

हां

सेशन टोकन के बिना, प्रोग्राम के हिसाब से अपने-आप पूरा होने की जगह सेट करें. साथ ही, चुनी गई जगह के अनुमान पर जियोकोडिंग एपीआई को कॉल करें.
जियोकोडिंग एपीआई, हर अनुरोध के लिए 0.005 डॉलर में पते और अक्षांश/देशांतर निर्देशांक डिलीवर करता है. चार स्थान ऑटोकंप्लीट - हर अनुरोध के अनुरोध पर 0.01132 डॉलर खर्च करने होंगे. इसलिए, चार अनुरोधों की कुल लागत और चुने गए जगह के अनुमान के बारे में जियोकोडिंग एपीआई कॉल की लागत 0.01632 डॉलर होगी. यह हर सेशन के लिए हर सेशन के अपने-आप पूरे होने वाले हर सेशन की कीमत 0.017 डॉलर से कम है.1

परफ़ॉर्मेंस के सबसे सही तरीके अपनाएं. इससे उपयोगकर्ताओं को और भी कम वर्णों में मनमुताबिक अनुमान लगाने में मदद मिलेगी.

नहीं

जगह की जानकारी के साथ, सेशन पर आधारित जगह के ऑटोकंप्लीट की सुविधा का इस्तेमाल करें.
जगह के अपने-आप पूरे होने के अनुमान को चुनने से पहले, अनुरोध करने की औसत संख्या, हर सेशन की कीमत से ज़्यादा होती है. इसलिए, जगह के अपने-आप पूरे होने की सुविधा के आपके लागू करने के दौरान, जगह के अपने-आप पूरे होने के अनुरोध और इससे जुड़ी जगह की जानकारी के अनुरोध, दोनों के लिए एक सेशन टोकन का इस्तेमाल करना चाहिए. हर सेशन की कुल लागत 0.017 डॉलर होनी चाहिए.1

विजेट लागू करना
सेशन मैनेजमेंट, JavaScript, Android या iOS विजेट में अपने-आप मौजूद होता है. इसमें चुने गए सुझाव के लिए, जगह की जानकारी अपने-आप पूरी होने की सुविधा के अनुरोध और जगह की जानकारी का अनुरोध, दोनों शामिल होते हैं. fields पैरामीटर डालना न भूलें, ताकि यह पक्का किया जा सके कि आपने सिर्फ़ बुनियादी डेटा फ़ील्ड के लिए अनुरोध किया है.

प्रोग्रामैटिक लागू करना
'अपने-आप पूरा होने की सुविधा' के अपने अनुरोधों के साथ सेशन टोकन का इस्तेमाल करें. चुने गए अनुमान के बारे में जगह की जानकारी का अनुरोध करते समय, ये पैरामीटर शामिल करें:

  1. जगह के अपने-आप पूरे होने की सुविधा के रिस्पॉन्स से मिला जगह का आईडी
  2. ऑटोकंप्लीट की सुविधा के अनुरोध के लिए इस्तेमाल किया गया सेशन टोकन
  3. बुनियादी डेटा वाले फ़ील्ड, जैसे कि पता और ज्यामिति के बारे में बताने वाला fields पैरामीटर

अपने-आप पूरे होने की सुविधा के अनुरोध में देरी करें
जब तक उपयोगकर्ता पहले तीन या चार वर्ण टाइप न कर ले, तब तक अपने-आप पूरा होने के अनुरोध में देरी जैसी रणनीतियां लागू की जा सकती हैं, ताकि आपका ऐप्लिकेशन कम अनुरोध करे. उदाहरण के लिए, उपयोगकर्ता के तीसरा वर्ण टाइप करने के बाद, हर वर्ण के लिए ऑटोकंप्लीट की सुविधा के अनुरोध करने का मतलब है कि अगर उपयोगकर्ता सात वर्ण टाइप करता है और कोई ऐसा सुझाव चुनता है जिसके लिए आपने एक जियोकोडिंग एपीआई अनुरोध किया है, तो कुल लागत $0.01632 (4 * $0.00283 ऑटोकंप्लीट हर अनुरोध + $0.005 जियोकोडिंग).1

अगर देरी करने वाले अनुरोधों को आपका औसत प्रोग्रामैटिक अनुरोध चार से कम मिल सकता है, तो जियोकोडिंग एपीआई के साथ जगह के अपने-आप पूरे होने की बेहतर सुविधा के लिए दिए गए दिशा-निर्देशों का पालन करें. ध्यान दें कि देरी वाले अनुरोधों को उस उपयोगकर्ता के लिए इंतज़ार का समय माना जा सकता है जिसे हर नए कीस्ट्रोक के साथ अनुमान देखने की उम्मीद होती है.

परफ़ॉर्मेंस के बारे में सबसे सही तरीके अपनाएं. इससे उपयोगकर्ता कम वर्णों में अपनी पसंद का अनुमान लगा पाएंगे.


  1. यहां दी गई कीमतें डॉलर में हैं. पूरी कीमत की जानकारी के लिए, कृपया Google Maps Platform बिलिंग पेज देखें.

परफ़ॉर्मेंस के लिए सबसे सही तरीके

नीचे दिए गए दिशा-निर्देशों में, 'जगह की जानकारी अपने-आप पूरी होने वाली सुविधा' की परफ़ॉर्मेंस को ऑप्टिमाइज़ करने के तरीके बताए गए हैं:

  • जगह से जुड़ी ऑटोकंप्लीट सुविधा लागू करने के दौरान, देश से जुड़ी पाबंदियां, जगह के हिसाब से अनुमान लगाना , और (प्रोग्राम के हिसाब से अपने-आप पूरी होने वाली सुविधा) की भाषा की प्राथमिकता जोड़ें. विजेट के साथ किसी भाषा की प्राथमिकता की ज़रूरत नहीं होती है, क्योंकि वे उपयोगकर्ता के ब्राउज़र या मोबाइल डिवाइस से भाषा की प्राथमिकताएं चुनते हैं.
  • अगर 'जगह की जानकारी अपने-आप पूरी होने की सुविधा' के साथ मैप दिखता है, तो मैप के व्यूपोर्ट के ज़रिए जगह की जानकारी के मापदंड को छिपाया जा सकता है.
  • जब कोई उपयोगकर्ता अपने-आप पूरे होने वाले सुझावों में से किसी एक को नहीं चुनता है, तो आम तौर पर इनमें से कोई भी सुझाव, नतीजों का सही पता नहीं होता है. ऐसे में, ज़्यादा काम के नतीजे पाने के लिए, मूल उपयोगकर्ता के इनपुट का फिर से इस्तेमाल किया जा सकता है: अन्य मामलों में भी जियोकोडिंग एपीआई का इस्तेमाल करना सबसे बेहतर होगा:
    • उन देशों के सब-प्रिमाइस पते डालने वाले उपयोगकर्ता जहां सब-प्रिमाइसेस पतों के लिए जगह के अपने-आप पूरे होने की सुविधा उपलब्ध नहीं है, जैसे कि चेकिया, एस्टोनिया, और लिथुआनिया. उदाहरण के लिए, चेक पते "Stroupeeznicého 3191/17, Praha" का इस्तेमाल, उस जगह के ऑटोकंप्लीट की सुविधा में कुछ हद तक ही करता है.
    • न्यूयॉर्क शहर में "23-30 29th St, Queens" जैसे रोड-सेगमेंट प्रीफ़िक्स के साथ पते डालते हुए, उपयोगकर्ता

जगह के हिसाब से मापदंड तय करना

location पैरामीटर और radius पैरामीटर पास करके, किसी एरिया पर मापदंड से बाहर के नतीजे मिलते हैं. यह जगह ऑटोकंप्लीट की सुविधा को तय किए गए इलाके में नतीजे दिखाने की प्राथमिकता देने का निर्देश देता है. तय किए गए इलाके से बाहर के नतीजे अब भी दिखाए जा सकते हैं. नतीजों को फ़िल्टर करने के लिए, components पैरामीटर का इस्तेमाल किया जा सकता है. इससे, किसी देश में सिर्फ़ उन जगहों के नतीजे दिखाए जा सकते हैं.

सलाह: खोज करने की जगह का बड़ा हिस्सा होने पर संगठन के नतीजों की रैंकिंग, आम तौर पर इतनी अच्छी नहीं होती कि उन्हें नतीजों में दिखाया जा सके. अगर आपको जगहों को मिले-जुले संस्थान/जियोकोड नतीजों में दिखाना है, तो कारोबार के लिए छोटा दायरा तय करें. इसके अलावा, नतीजों को सिर्फ़ कारोबार की जगहों तक सीमित करने के लिए, types=establishment का इस्तेमाल करें.

जगह की जानकारी पर पाबंदी

locationrestriction पैरामीटर पास करके, नतीजों को किसी तय एरिया के लिए सीमित करें.

नतीजों को location और radius पैरामीटर में तय किए गए क्षेत्र तक सीमित भी किया जा सकता है. इसके लिए, strictbounds पैरामीटर जोड़ें. यह जगह ऑटोकंप्लीट की सुविधा को निर्देश देता है कि वह सिर्फ़ उस इलाके के नतीजे दिखाएं.