Tagged Questions
-3
votes
1answer
28 views
How to get weather information by using latitude and longitude in java [closed]
Please tell me best API's for getting weather information based on Latitude,Longitude values in Android/Java
0
votes
2answers
61 views
Google maps android app shows gray grid tiles
this is the last code of project. i follow all of your steps
https://blog-emildesign.rhcloud.com/?p=435 but my app is stopped.
main.java
package com.example.halkbank;
import ...
0
votes
0answers
55 views
google map direction in android without webview/intent
I am working on an android application in which I pass the source address and the destination address. I need to get the turn by turn navigational directions. I need to display the direction in a ...
0
votes
0answers
31 views
How send waypoints with android google map
I want use Google map Direction API. (JS v3)
https://developers.google.com/maps/documentation/javascript/directions?hl=fr#DirectionsRequests
...
1
vote
0answers
43 views
Google Maps Infobox - Click on android
I have a small app that use google maps and Infobox set on a series of markers. Once you click on a infobox image you go to another link. This works perfectly on Pc and my Ipad but the link is not ...
0
votes
1answer
106 views
Unable to close InfoWindow after switching to new Visual Refresh
I decided I'd give the new Visual Refresh that was announced at Google I/O 2013 a try, since all it takes to get the new basemaps/UI is a single property/query string.
JavaScript API
function ...
-2
votes
0answers
36 views
Best way to create Android Google Maps Application [closed]
What is the best way to create an Android Google maps application?
There are lot of interactive features to be implemented in the application such as putting many markers on the map and getting GPS ...
0
votes
2answers
58 views
How to obtain the latitude and longitude corresponding to a point on android device screen using GoogleMap
I am working on GoogleMap. I need to get the latitude and longitude corresponding to the four corners of the GoogleMap which is currently visible to me on my android device screen.
Its not possible ...
0
votes
1answer
74 views
google distance matrix with autocomplete on android
I am trying to do what the header is saying, which is to create an app with google distance matrix with autocomplete on android. So far, with my research and studying on the books myself, it is very ...
0
votes
0answers
31 views
google map crashed when zooming, with sencha
i have a problem with zooming map in mobile application (android) I declare a map with sencha-touch then when i zoom (with height level) and trying to return in other view, the app crashed !!
my ...
0
votes
1answer
57 views
CSS not working if set in “%”
I wish to make a tag's height and width to 100%, now in other examples it worked using tag demonstrated below. But in the code given below, if I remove the "style="width: 370px; height: 505px"" from ...
0
votes
1answer
85 views
The import com.google.android.maps.OverlayController cannot be resolved
I need some help here. I am actually following the
http://www.anddev.org/google_driving_directions_-_mapview_overlayed-t826.html
tutorial for learning the Driving direction on google maps but the ...
1
vote
1answer
85 views
method getSupportFragmentManager() is undefined
Am trying to display a map but it displays this error,"The method getSupportFragmentMananger()is undefined for the type main" Please Help. thanks. I am using Google maps ap
package com.maps;
import ...
0
votes
3answers
43 views
Finding location name using GPS Location
I am working with android sdk, i have to find location name near by given gps location.
I was using
String URL= http://maps.google.com/maps/geo?q=" + cv.getLatitude() + ","
+ ...
1
vote
1answer
39 views
Advice for creating a very large custom map [closed]
I'm looking for architectural direction advice for the following:
I created a map for Garmin GPS receivers that covers about 10,000 sq miles. There is a lot of detail to it. I would like to reuse ...