latLong property

ILatLong get latLong
inherited

The position in the map if the current marker is a "point".

Implementation

ILatLong latLong;
  1. @override
set latLong (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");
}