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?
A
Andreas Fötschl
said
over 8 years ago
Please have a look at the related "stacking POIs" post.
Hrs Krs