C# Class GoogleApi.Entities.Places.AutoComplete.Request.PlacesAutoCompleteRequest

The Google Places API is a service that returns information about a "place" (hereafter referred to as a Place) — defined within this API as an establishment, a geographic location, or prominent point of interest — using an HTTP request. Place requests specify locations as latitude/longitude coordinates. Two basic Place requests are available: a Place Search request and a Place Details request. Generally, a Place Search request is used to return candidate matches, while a Place Details request returns more specific information about a Place. This service is designed for processing place requests generated by a user for placement of application content on a map; this service is not designed to respond to batch of offline queries, which are a violation of its terms of use.
Inheritance: GoogleApi.Entities.Places.Common.BasePlacesRequest
Mostrar archivo Open project: vivet/GoogleApi Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
GetQueryStringParameters ( ) : QueryStringParametersList

Get the query string collection of added parameters for the request.

Method Details

GetQueryStringParameters() protected method

Get the query string collection of added parameters for the request.
protected GetQueryStringParameters ( ) : QueryStringParametersList
return GoogleApi.Helpers.QueryStringParametersList