Skip to main content

LocationInformation(GeoPoint, String, String, AddressBase) Constructor

Initializes a new instance of the LocationInformation class with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public LocationInformation(
    GeoPoint location,
    string entityType,
    string displayName,
    AddressBase address
)

Parameters

Name Type Description
location GeoPoint

A GeoPoint object specifying the location. This value is assigned to the LocationInformation.Location property.

entityType String

A String specifying the entity type. This value is assigned to the LocationInformation.EntityType property.

displayName String

A String specifying the display name. This value is assigned to the LocationInformation.DisplayName property.

address AddressBase

A AddressBase class descendant specifying the address information. This value is assigned to the LocationInformation.Address property.

See Also