friends,
i want to add google like circular current location icon in my application
as given in example any one guide me how to achieve this?
is this simple image or what?
any help would be appreciated.
You should create an ItemizedOverlay, if you are speaking about google maps on Android.
You can check this stackoverflow question and see the code and links in the posts.
Related
I am working on a google maps android app. I have to show more then one route between two locations. I have searched a lot but no success. Please give me the direction how can i achieve this.
Please don't mark it as duplicate. I have checked all questions here. No one tells about alternative paths
Thanks.Please see the attachment this is how i want to show in my app too.
I am trying to create a Location based augmented reality app which plots marker on top of the camera view.
Mose of the libraries and tutorials are outdated and they are 4+ years old also not stable. Below is the link to things which i have tried and failed.
Links to libraries
Link to tutorial
Link to stack
Im trying to create something like below image which is an iOS app developed using HDAugmentedReality which is very stable and does not overlap.
Since i could not find any library I'm planing to use Google Maps, It rotates according to camera with simulates AR. So i am planning to show only the markers and hide the Google Map View. If this is possible i can easily create an Location based AR app..
Is it possible to hide Maps but show Markers or is there any library which i missed? Thanks in advance .
I believe you can't use the Markers without showing it on Maps. The main purpose of it is to identify the location on a map. My suggestion would be for you to use your own custom overlay for the marked items you'll show.
Check out the Sun Surveyor, its not similar to what you'll do, but the idea of overlaying the information seems plausible (as indicated on the tutorial link you provided).
Hello I want to add a custom place on google map. I am using map API v2 .. I just want to achieve the functionality like default maps application in android in which user can add any place anywhere on map and can add any description title etc for that place.. I look around for solutions but didn't find it. Any help with be appreciated...
I think this is a small question don't put basic things in here. First, you have to search your requirement and if you not found put question here.
These provide basic knowledge about google map http://www.rogcg.com/blog/2014/04/20/android-working-with-google-maps-v2-and-custom-markers http://wptrafficanalyzer.in/blog/custom-marker-icon-for-google-maps-android-api-v2/ If you need to touch the map and add marker you can refer this link http://wptrafficanalyzer.in/blog/adding-marker-on-touched-location-of-google-maps-using-android-api-v2-with-supportmapfragment/ hope these links work for you.
I am using Xamarin and am developing a Google Maps application. I would like to create my own style of the InfoWindow concept.
Is it possible for me to create a "box" that can be used as a container that can be positioned on a Google Map. Inside the "box", I can load a View or display some TextViews that have AutoLink properties that I can click on, rather than the current InfoWindow that is just an image?
Is this possible? Is it easy to do? May I please have some resources and/or advice on how to accomplish this?
Thanks in advance
I really dislikes the InfoWindow provided by google.
I found that it is not flexible enough to suit the needs I have for customization.
In my recent google maps project I have been using a third party infowindow called 'infobox'.
You might wanna try it out - its really flexible.
.
You can see some demos here:
https://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/docs/examples.html
The full documentation can be found here:
https://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/docs/reference.html
I im building a home project and i want to create a auto complete text view used to suggest addresses.To make the story short i world want it to be just like the one in google maps.I am familiar with java and webservices but i realy dont know where to start.
Thank you.
What about Place Autocomplete API? https://developers.google.com/places/android-api/autocomplete