Namespace:
SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetGeoCode( _
ByVal address As String, _
ByVal db As IDatabase _
) As GeocodedAddress
This language is not supported or no code example is available.
public static GeocodedAddress GetGeoCode(
string address,
IDatabase db
)
This language is not supported or no code example is available.
public:
static GeocodedAddress^ GetGeoCode(
String^ address,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- address
-
Type: string
<default>
- db
-
Type: IDatabase
<default>
Return Value
Type: GeocodedAddress| Exception type | Condition |
|---|---|
|
ArgumentNullException |
|
|
Exception |