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

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

    Parameters

    cacheFile
    Name of cache file where locations are persisted.
    autoSave
    Determines whether to save the current location cache to the default cache file.
    bingKey
    Bing license key used to access Bing services.
    Remarks
    You can create Bing license keys here: http://www.bingmapsportal.com/.
    See Also