google_map_windows
WindowsMap
LatLngBounds
getNorthEast method
getNorthEast
getNorthEast
method
Null safety
LatLng
getNorthEast
(
)
return the (north,east) as
LatLng
.
Implementation
LatLng getNorthEast()=>LatLng(lat: north, lng: east);
google_map_windows
WindowsMap
LatLngBounds
getNorthEast method
LatLngBounds class
Constructors
LatLngBounds
fromJson
fromMap
Properties
east
hashCode
north
runtimeType
south
west
Methods
contains
extend
getCenter
getNorthEast
getNorthWest
getSouthEast
getSouthWest
intersects
noSuchMethod
toJson
toMap
toString
union
Operators
operator ==