Share via


ViewByHeightWidth Class

ViewByHeightWidth Class

Contains the definition of the map view based on distance of the width and height in kilometers or miles on the Earth's surface and a center point. Derived from the abstract MapView class.


Public Class ViewByHeightWidth Inherits MapView



[C#]

public class ViewByHeightWidth : MapView

Public Properties

Name Description
public propertyCenterPoint

The latitude and longitude coordinate (LatLong object) that represents the center point of the map view.

public propertyHeight

The distance, in distance units (DistanceUnit enumeration), for the height of the map view. Double.

public propertyWidth

The distance, in distance units (DistanceUnit enumeration), for the width of the map view. Double.

Remarks

See Also

  MapView Class   |   LatLong Class   |   MapSpecification.Views Property   |   MapViewRepresentations.ByHeightWidth   |   FindResult.FoundLocation Property