toJsonMap method

dynamic toJsonMap()

Implementation

dynamic toJsonMap() {
  return {"latitude":latitude, "longitude":longitude};
}