Options
All
  • Public
  • Public/Protected
  • All
Menu

A find place from text search request to be sent to google.maps.places.PlacesService.findPlaceFromPhoneNumber.

Hierarchy

  • FindPlaceFromPhoneNumberRequest

Index

Properties

fields: string[]

Fields to be included in the response, which will be billed for. If ['ALL'] is passed in, all available fields will be returned and billed for (this is not recommended for production deployments). For a list of fields see google.maps.places.PlaceResult. Nested fields can be specified with dot-paths (for example, "geometry.location").

language?: null | string

A language identifier for the language in which names and addresses should be returned, when possible. See the list of supported languages.

The bias used when searching for Place. The result will be biased towards, but not restricted to, the given google.maps.places.LocationBias.

phoneNumber: string

The phone number of the place to look up. Format must be E.164.

Generated using TypeDoc