Web API Core | ComponentOne
C1.Web.Api.Visitor Namespace / IVisitorConfigBuilder Interface / UseGoogleMapLocation Method
an API key using Google Map services.

In This Topic
    UseGoogleMapLocation Method (IVisitorConfigBuilder)
    In This Topic
    Setup Visitor Web API using Google Map API.
    Syntax
    'Declaration
     
    
    Sub UseGoogleMapLocation( _
       ByVal apikey As String _
    ) 
    void UseGoogleMapLocation( 
       string apikey
    )

    Parameters

    apikey
    an API key using Google Map services.
    See Also