Snowdrop MRS API
Snowdrop HomeTry our demo
  • Snowdrop Enrichment MRS
  • OpenAPI Docs
    • Enrich one transaction - GET
    • Enrich multiple transactions - POST
  • Implementation Guides
    • Quick Start
    • Data. How to get the best results
    • Examples
    • Recommended UX
    • Additional UX Considerations
  • Basic Concepts
    • List request
    • Restrictive vs Extended
    • Merchant Category Codes
  • Advanced Use Cases
    • Categorization
      • Categorization Overview
      • Transaction Category
      • Category Icons
    • Crowdsourcing
      • Overview
      • Crowdsourcing Example
    • Payment Intermediaries
      • Payment Intermediaries Example
    • Clear Response Enrichment
    • Google Maps
      • About Google Maps IDs
  • Legal & Compliance
    • Security / Compliance FAQ
      • Data Encryption
      • Penetration Testing
    • Terms of Service
      • MRS Terms of Service
      • Google Maps Terms of Service
  • Troubleshooting
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Use Cases
  2. Google Maps

About Google Maps IDs

Response Parameter: place_id

Each entry in the Google Places database is assigned a Place ID.

Place IDs are unique identifiers.

Place IDs are only returned when an extended call is made and a result is obtained from Google Places. See Restrictive vs Extended.

Place IDs can be used to obtain other information about the place.

Place IDs can be cached indefinitely.

Example Place ID

Here is an example response with the place_id highlighted

{

"address": "207 Edgware Rd, Tyburnia, London W2 1ES, UK",

"categories": [

"cafe"

],

"category": "Eating out",

"name": "Starbucks",

"website": "www.starbucks.com",

"country": "United Kingdom",

"postal_code": "W2 1ES",

"place_id": "ChIJG2-uP7QadkgR6sN3Fcgg2X0",

PreviousGoogle MapsNextLegal & Compliance

Last updated 10 months ago

Was this helpful?