How do I enter a search bar in Google Maps on Android? I need something similar to the image below:
For this result, will I have to use Text and OverLay? Are there any examples to help you understand?
I'm using api google places that returns a JSON, I was able to search for places with lat and long and also with placeid , now I need to search the place for tipo/categoria eg restaurant, gym, electronics and etc.
T...
I'm learning how to use Intel XDK to develop for mobile. And he wanted to know how to track the position of one device and show it on the screen in another, just like Easy Taxi does. Can someone help with this ?! vlw galera!
There is a part on my site where there is select with several places in Brazil. When selecting a place, just below it has a iframe with GoogleMaps that automatically updates to the coordinate corresponding to the selected location....
I have a dynamic map (at least I would like it to be), I wanted it to depend on the user, it introduced the coordinates (based on a form) I wanted and they were entered into the database ... so far so good. But then how did you introduce these c...
Does anyone know how to set the maximum zoom level and the minimum level in the Google Maps API?
When you zoom in, the hemispheres repeat themselves and I do not want the user to see it.
Repeat points ex: link
I want to avoid just tha...
I have an application that works like a GPS tracker, it is working normal, when the user moves it plays on my server the change that causes all the devices to change the Marker. But I need to make the OnMyLocationChangeListener function work eve...
I already have all the external settings performed, but my question is how to add googleMap programmatically on a RelativeLayout?
Here's my RelativeLayout
public class Page extends RelativeLayout {
private Context context;
public Page(Con...
I'm setting up a geolocation-based registration system. It happens that sometimes the registration must be done by telephone, and the attendant is who will enter the location ( coordinates ) of the client.
Through the Google Maps site, simp...
I'm having trouble using the Maps API V3 (using Codeigniter). The view that receives the map has no formatting other than that already provided by the API.
This way, I created an iframe that loads this view into the page where I want to use it a...