Making Bus Stop icon clickable on google map - android

Hello Guys is it possible to make Bus Station icon clickable using Google Maps API ?
I am currently working on an app but haven't worked with Google maps before. Can any of you please provide some tutorial links for this if possible
Thank You!

Related

How to create customized google map

I'm looking for information about how to create customized google map for Android. This question came into my head after I saw the Ingress game app. Does anyone of you know, how map work work in this application ?
I've read that you can create your own customized map using Maps Api v3 on Web and display it using WebView, but this doesn't seems to work like this.
Ingress on Google Play: https://play.google.com/store/apps/details?id=com.nianticproject.ingress
Style Map feature is for you :)
have a look https://developers.google.com/maps/documentation/javascript/styling

Is there any share option in Google Maps API V2 for android?

I have developed an app, in which Im using map option to display the user stores in google map using Google map API V2 for it.
I'm able to display the map with 2-3 market in it, every this is working fine.
I want to share that map with marker and all to pc as a url.So that i can open in browser.
How can i do it?
Is it possible to do it or not ?
I don't think they offer functions to do it. But you can build your own, which looks something like this:
http://maps.google.com/maps?q=[ADDRESS]&z=[ZOOMLEVEL]
you can always refer to the Google Maps Embed API for more information.
*note that, sadly, there are no way for adding multiple markers into the maps.google.com.

GDK with google map view

I tried to implement the google map(android way) into my glass GDK application but It seems like glass does not support that at this moment. Is there anyway I can show a mapview in the gdk application? or do I have to show it through the mirror api map?
P.S
This is what I see when I try to show the map on glass. Any thought?
Pardon the reference to documentation, but read about location on Glass
Google Play Services is not available on Google Glass (at least not yet).
If you need maps, we are testing on google glasses our map API and now is working. Please take a look to:
https://github.com/glob3mobile/g3m
If you need further assistance or have any questions, send us a mail
Thanks!

about function "get directions" in Google map android

I'm doing app Google Map android.
I want do function "get directions","suggested routes" and "Driving direction" in map .
But I don't know How do i need?
So you want Directions from one Point to Another point right. I have developed it in my application using Google Maps Web Service and you can find the answer from here.
Hope this will help you.

Framework/App for custom maps(not general google maps)

I've started to develop in Android 2 weeks ago and until now, I like it!
Currently I am working on a project where I have to display an individual map (not a google maps view, I'd like to display the map of a building's interior) with which the user can interact(mark positions, etc.).
Is there a framework or an existing app that I could use? Of course I searched the internet but could not find anything.
Perhaps it is in some way possible to use the google maps API?
I hope you can help me, thanks in advance!
Take a look at OsmDroid project - a very nice replacement of the Android's Google Maps library.
Hope this helps :o)

Categories

Resources