GraffitiMap.Geocoder

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Return Type Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description
FromAddress address as String GraffitiMap.Geocoder.Results Decodes all or part of an address to Latitude, Longitude, and Bounds.

Properties #

Name Type Default Value Description
APIKey String “” Google Maps API Key for any Geocoder operations.

Examples #

Decode A Target City #

GraffitiMap.Geocoder.APIKey = "..."
var newYork as GraffitiMap.Geocoder.Result = GraffitiMap.Geocoder.FromAddress( "New York, NY" )

Notes #

Google API #

In order for the Geocoder to function, your API Key credentials must support the Geocoder API. For more information see this help document from Google.