Search results

IMinMaxLatitudeLongitude API in JavaScript (ES5) Maps API control

This class contains the minimum and maximum latitude and longitude coordinates of the map’s visible area

Properties

maxLatitude

number

Gets the maximum latitude value from the visible map area.

maxLongitude

number

Gets the maximum longitude value from the visible map area.

minLatitude

number

Gets the minimum latitude value from the visible map area.

minLongitude

number

Gets the minimum longitude value from the visible map area.