FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / GeocoderGoogle Class / GeocoderGoogle Constructor
Name of cache file where locations are persisted.
Determines whether to save the current location cache to the default cache file.

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
    Determines whether to save the current location cache to the default cache file.
    See Also