Skip to content

MapLocation

stardust edited this page Feb 20, 2023 · 1 revision

MapLocation

The MapLocation class stores information on a location in the map.

Constructor

Parameters:

  • String locationTitle
  • String locationDescription
  • LatLng locationCoords
  • JSONArray locationImages

getDescription

Getter method that returns String locationDescription.

getImages

Getter method that returns JSONArray locationImages.

Clone this wiki locally