ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / GeocoderBing Class / GeocoderBing Constructor
Name of cache file where locations are persisted.
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
    bingKey
    Bing license key used to access Bing services.
    Remarks
    You can create Bing license keys here: http://www.bingmapsportal.com/.
    See Also