latLong property
ILatLong
get
latLong
inherited
The position in the map if the current marker is a "point".
Implementation
ILatLong latLong;
The position in the map if the current marker is a "point".
Implementation
@override
set latLong(ILatLong latLong) {
throw UnimplementedError("Use setLangLong instead");
}