I am working on Ionic application with google maps. In app we have 2 pages, with some data on it.
- First page contains google map, by clicking on it redirects to Second page.
- Second page contains dropdown with country list and Selection button.
- On selection of any country, it fetches its coordinates and redirects to first page
- So on first page I want to show the map with received coordinates.
Anyone have idea, how to do this.