GeocoderGoogleOld Constructor
In This Topic
Initializes a new instance of a
GeocoderGoogle.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Boolean _
)
public GeocoderGoogleOld(
string ,
bool
)
Parameters
- cacheFile
- Name of cache file where locations are persisted.
- autoSave
- Determines whether to save the current location cache to the default cache file.
See Also