19
Views
2
Comments
Integrating Map with plotting multiple locations and get the details.
Application Type
Mobile, Reactive

We have a requirement of integrating external map in the Out Systems mobile application. Following are the details:

  1. from the application after selecting the coordinates open the map and also give the directions to navigate to the selected coordinates.
  2. Capture the coordinates after reaching the exact location for comparing the values.
  3. Get the most nearby areas, may be 10-meter distance.
  4. able to plot thousands of locations in the map and upon selection of one location get the details captured against that location.
  5. the fourth point is required both in the web page and mobile application.
2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Hi,

You can check this post for reference.

To capture current location


Regards,

Wasimkhan S

2021-01-04 08-13-48
Toto
 
MVP

Hi,


For your requirement :

1. you need Google Direction API / Routes API for this (paid service from Google)

2. you need to use LocationPlugin (https://www.outsystems.com/forge/component-overview/1395/location-plugin-o11) to get the current location, and compare it (should be just compare latitude and longitude)

3. This is depends on what you want to show, but usually Google Places API already got this covered

4. yes, Outsystems should be able to do this

5. yes, Outsystems should be able to do this 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.