This class is provide the geocoding business logic.
Uses google http geocoding service
Namespace:
HS.Sys.TheEnterprise.Common.Laserbear
Assembly:
Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class Geocoder _
Implements IDisposable |
Examples
CopyC#
Geocoder geocoder = new Geocoder(oleDBConnectionString);
CopyVB.NET
Dim geocoder As Geocoder = New Geocoder(oleDBConnectionString)
CopyVBScript
Set geocoder = CreateObject("HS.Sys.TheEnterprise.Common.Laserbear.Geocoder")
Inheritance Hierarchy
See Also