Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / GoogleMapLocationProvider Class / GoogleMapLocationProvider Constructor
A Google MAP API Key

In This Topic
    GoogleMapLocationProvider Constructor
    In This Topic
    Default constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal key As String _
    )
    public GoogleMapLocationProvider( 
       string key
    )

    Parameters

    key
    A Google MAP API Key
    See Also