Skip to main content

LocationInformation Constructors

Contains information about a specific location on a map.
Name Parameters Description
LocationInformation() none Initializes a new instance of the LocationInformation class with default settings.
LocationInformation(GeoPoint, String, String, AddressBase) location, entityType, displayName, address Initializes a new instance of the LocationInformation class with the specified parameters.
See Also