Places Search Bar - ajsmithsw/PlacesSearchBar GitHub Wiki
AutoCompletePrediction | AutoCompleteResult |
LocationBias | Place |
Places | PlacesBar |
PlacesRetrievedEventHandler | PlaceType |
Auto complete prediction.
Gets or sets the description.
The description.
Gets or sets the identifier.
The identifier.
Gets or sets the place identifier.
The place identifier.
Gets or sets the reference.
The reference.
Auto complete result.
Gets or sets the auto complete places.
The auto complete places.
Gets or sets the status.
The status.
LocationBias object enables location biasing for PlacesBar Google Places API requests
Initializes a new instance of the LocationBias class.
Name | Description |
---|---|
latitude |
System.Double Latitude. |
longitude |
System.Double Longitude. |
radius |
System.Int32 Radius. |
The latitude.
The longitude.
The radius.
Returns a formatted System.String that represents the current LocationBias for PlacesBar API calls.
A formatted System.String that represents the current LocationBias for PlacesBar API calls..
Place.
Initializes a new instance of the Place class.
Name | Description |
---|---|
jsonObject |
Newtonsoft.Json.Linq.JObject Json object. |
Gets or sets the latitude.
The latitude.
Gets or sets the longitude.
The longitude.
Gets or sets the name.
The name.
Gets or sets the raw.
The raw.
Places.
Creates the details request URI.
The details request URI.
Name | Description |
---|---|
place_id |
System.String Place identifier. |
apiKey |
System.String API key. |
Gets the place.
The place.
Name | Description |
---|---|
placeID |
System.String Place identifier. |
apiKey |
System.String API key. |
Places bar.
Initializes a new instance of the PlacesBar class.
The API key.
Gets or sets the API key.
The API key.
Gets or sets the location bias.
The bias.
Creates the predictions URI.
The predictions URI.
Name | Description |
---|---|
newTextValue |
System.String New text value. |
Calls the Google Places API to retrieve autofill suggestions
The places.
Name | Description |
---|---|
newTextValue |
System.String New text value. |
The location bias.
The minimum search text.
Gets or sets the minimum search text.
The minimum search text.
Handles changes to search text.
Name | Description |
---|---|
sender |
System.Object Sender. |
e |
Xamarin.Forms.TextChangedEventArgs E. |
The places retrieved handler.
The place type.
Returns a string representation of the specified place type.
The type value.
Name | Description |
---|---|
type |
DurianCode.PlacesSearchBar.PlaceType Type. |
Gets or sets the place type.
The type.
Places retrieved event handler.
Place type.
Get address place types
Get all place types
Get city place types
Get establishment place types
Get geocode place types
Get regional place types