getCoordinate method

LatLng getCoordinate()

Implementation

LatLng getCoordinate() {
  return (widget as MarkerWidget).coordinate;
}