• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

How to put an address in Google Maps with longitude and latitude using Kotlin

 
Ranch Hand
Posts: 179
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use a Kotlin as a language to create my android app. In my app, every merchant have a list of branches. Every Branch, has an address description with a longitude and latitude. I want to know how can I put all the addresses of all Branchs in google maps with pins using the longitude and latitude for every Branch, in the same map.

 
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So given a list of long/lat you want to show a map with pins at those locations? Start here: https://developers.google.com/maps/documentation/android-sdk/map-with-marker
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have found a post which helps you to solve your problem so read and follow the instruction and you get positive results I hope.
https://www.javatpoint.com/kotlin-android-google-map-search-location
 
F is for finger. Can you stick your finger in your nose? Doesn't that feel nice? Now try this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic