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

C#
public class Geocoder : IDisposable
Visual Basic (Declaration)
Public Class Geocoder _
	Implements IDisposable
Visual C++
public ref class Geocoder : 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

System..::.Object
  HS.Sys.TheEnterprise.Common.Laserbear..::.Geocoder

See Also