Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / GeocoderGoogle Class / GeocoderGoogle Constructor
Name of cache file where locations are persisted.

In This Topic
    GeocoderGoogle Constructor
    In This Topic
    Initializes a new instance of a GeocoderGoogle.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cacheFile As String, _
       ByVal autoSave As Boolean _
    )
    public GeocoderGoogle( 
       string cacheFile,
       bool autoSave
    )

    Parameters

    cacheFile
    Name of cache file where locations are persisted.
    autoSave
    See Also