Access to service parameters


Access to service parameters

Following the migration of the Map service, access to the Maps service parameters has been modified:

Map center

  • centerLat -> center/latitude
  • centerLng -> center/longitude

Marker points of interest

  • pea/poi/lat -> pointsOfInterest/entry/point/latitude
  • pois/poi/lng -> pointsOfInterest/entry/point/longitude

Polygon' points of interest

  • pois/poi/points/point/lat -> pointsOfInterest/entry/points/latitude
  • pois/poi/points/point/lng -> pointsOfInterest/entry/points/longitude
Back to top