Search code examples
glympse

Are there any examples of rendering maps using GlympeMapView in Android?


Every project of seen in the SDKs examples folder is using a GlympseMapFragment. I do not need something so heavyweight for my purposes. I want to embed a GlympseMapViewGoogle in my app. How do I go about doing this? Are there any examples anywhere?


Solution

  • Unfortunately, the GlympseMapViewGoogle is not an object that can be used by itself to show a Glympse on a map. If you want to avoid using GlympseMapFragment you'll need to write your own code to deal with displaying users and tickets on a Google map.