ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LinesLayer Class / MapLocation2 Property

In This Topic
    MapLocation2 Property
    In This Topic
    Gets or sets a string containing one or more semicolon-delimited fields which may be used to determine the location of an entity using an external service such as Google. Typically these would be the fields specifying the address, e.g. "Address;City;PostalCode;Country".
    Syntax
    'Declaration
     
    Public Property MapLocation2 As String
    public string MapLocation2 {get; set;}
    See Also