public class MapItem
private final String
name
private final List<List<LatLng>>
points
private final Integer
icon
MapItem(String name, List<List<LatLng>> points, Integer icon)
final String
getName()
final List<List<LatLng>>
getPoints()
final Integer
getIcon()
final Boolean
locationInsidePoints(Location location)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getName()
final List<List<LatLng>> getPoints()
final Integer getIcon()
@AnyThread() final Boolean locationInsidePoints(Location location)