Start a new topic

POI Marker Position

POI Marker Position


I have implemented POI in Google Glass and it works fine, however when i have multiple geolocations with exact same location(same latitude/longitude) only one marker is shown.
I have tried to change the altitude on marker.js as: 
var markerLocation = new AR.GeoLocation(poiData.latitude, poiData.longitude, poiData.alt);
but without success.

Is there any way so i can show poi markers that have exact same location in top/bottom of each other?

Please have a look at the related "stacking POIs" post.

Kind regards,
Andreas
Login or Signup to post a comment