Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetLatLongFromAddress ( GoogleAddress address ) : string | ||
GoogleGeocoder ( ) : System |
Initializes a new instance of the GoogleGeocoder class and defaults to transmission over HTTP.
|
|
GoogleGeocoder ( bool isSSL ) : System |
Initializes a new instance of the GoogleGeocoder class.
|
public GetLatLongFromAddress ( GoogleAddress address ) : string | ||
address | GoogleAddress | |
return | string |
public GoogleGeocoder ( bool isSSL ) : System | ||
isSSL | bool | Indicates whether to send API requests via HTTPS. |
return | System |