Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / LocationProviderType Enumeration

In This Topic
    LocationProviderType Enumeration
    In This Topic
    Location Provider Type
    Syntax
    'Declaration
     
    
    Public Enum LocationProviderType 
       Inherits System.Enum
    public enum LocationProviderType : System.Enum 
    Members
    MemberDescription
    CustomUse Visitor API with Custom Location Provider
    GoogleMapAPIUse Visitor API with Google Map API
    Ip2LocationUse Visitor API with IP2Location Database
    NoneUse Visitor API without location provider
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.Visitor.Providers.LocationProviderType

    See Also