KmlMarker: {
    coordinate: LatLng;
    description: string;
    id: string;
    position: Point;
    title: string;
}

Type declaration

  • coordinate: LatLng
  • description: string
  • id: string
  • position: Point
  • title: string