Tagged Questions
3
votes
11answers
383 views
how to push the data to the jsp with out requesting it for every 2 seconds?
I want to push the data to the jsp for every 2 seconds, with out client requesting it.
I am using Spring with Hibernate here.
I am displaying google maps marker, and I want to update the marker ...
3
votes
2answers
131 views
Use Google Maps API on desktop Application
Hi i'm writing an application in Java and i need to know if it is possible to use the Google Maps API. Because this are deprecated, i can only use the javascript APIs
I want to use the already ...
3
votes
1answer
157 views
How would you test google maps?
Hi I came across this in an java interview earlier. It was one of the only question i wasnt able to answer merely through lack of familiarity with google maps integration.
Can anybody let me know ...
2
votes
1answer
683 views
Android - Disable Pinch Zoom Control in Google Maps API
I want to disable the control of pinching to zoom in my app. How do I go about setting this?
2
votes
3answers
520 views
calculate distance using google map given a lattitude and longitude
I am developing a desktop application and I have two point (lattitude, longitude). How can I get the distance between these two points? I have looked at the API and most of them are javascript or web ...
2
votes
4answers
7k views
More batch geocoding questions with the Google Maps API v3
I'm trying to figure out a nice way to limit the rate at which I send geocode requests to the Google Maps API v3 geocoder service. I know that Javascript does not have any nice wait or sleep because ...
1
vote
3answers
188 views
Get latitude/longitude from zip code
Is there any way (any API or any URL) to find the lat, long by passing the area code (zip code) only?
1
vote
3answers
442 views
google map query string format for addresses instead of lat/long?
I am developing an android application for which I am using latitude/longitude to draw a map
http://maps.google.com/maps?saddr=47.295601,0.010586&daddr=47.295601,1.010586
...
1
vote
4answers
94 views
Android Project - Required Tools
I'm in the process of starting a new Android project that will:
Display a Google map
Track and record users movements
Display the route on the map
Show local points on interest on the map
My ...
1
vote
2answers
749 views
Google maps getdirections api - polyline
I am using Google maps getDirections api. I use JSON type webservice to get the info from Google webservice. Here is the sample JSON output from webservice. I am using Java to process the result. I ...
1
vote
2answers
1k views
How to set the password for keytool in windows?
I am adding google-maps-api for the my hellomapview progam for android appilication developement refering the website [http://developer.android.com/guide/tutorials/views/hello-mapview.html][1].Before ...
1
vote
3answers
4k views
Google maps api v3 - multiple markers, multiple infowindows, 3 icons
I wanna made "WiFi maps" and I have problem with do that, I wanna have 3 icons OPEN/WEP/WPA, and a lot of markers, and every marker with own infowindow, and only 1 infowindow on top, so when I will ...
0
votes
1answer
20 views
Java/Javascript Calculate fitbounds SW/NE with user location in center
What I am trying to do is trying to calculate SW, NE of given locations and then delta with user's centre location. which will result to fitbounds all locations and user's location in centre.
but ...
0
votes
1answer
37 views
Get/create Polygon with Google Maps Web Service API
I need to access an existing map with a polygon or create a new polygon with given coordinates through Google Maps Web Service.
I'm building a java application that needs to access a polygon and ...
0
votes
1answer
49 views
Multiple Locations Android
Hey Guys I am new to programming apps with the google maps API, and I can create a map showing a single location just fine, but I get confused when trying to implement a way to map multiple locations. ...
0
votes
1answer
35 views
How to keep updating google map using intent?(android Java)
How do I keep updating the map while tracking the gps?
getmap() is being calling when a button is clicked.
public void getMap() {
//if (a != 101.717026 || b!= 3.002034) {
...
0
votes
1answer
37 views
How to get Eclipse code completion back after switching target to GoogleAPIs?
In order to make use of Google API GeoPoints in my Android app, I just changed the application target from this:
# In project.properties
# Project Target
target=android-8
to this:
# In ...
0
votes
1answer
64 views
How to add x km distance in given lat, long
I got a point with latitude and longitude using decimals. The point is centered in a circle, the radius of the circle is x km. How do I find the all latitudes and longitudes which covers in the ...
0
votes
1answer
71 views
implement MapView event listeners on Android
I am new to Android's MapView. I am trying to implement event listeners that can correspond to the following actions:
newLocation
LocationError
regionWillChange
regionDidChange
WillStartLoadingMap
...
0
votes
1answer
92 views
Difference between Debug and Signing key
hi i am trying to get sign key MD5 finger prints for my signing certificate.can any one please tell the difference between sign key and debug key. i am able to fingure prints for debug key but for ...
0
votes
1answer
274 views
Google Map Api always return request_denied with HttpClient
String webURL = "https://maps.googleapis.com/maps/api/place/search/json";
Map<String,String> params = new HashMap<String,String>();
params.put("location", ...
0
votes
1answer
96 views
What are the benefits of using the native Android Google Maps API over integrating Maps Javascript API V3?
I want to develop an Android app that uses google maps heavily. So far I started developing with the native google maps API: http://code.google.com/android/add-ons/google-apis/maps-overview.html
but ...
0
votes
0answers
473 views
Parse Google Geocode JSON
I have this JSON from Google GeoCode and I need to decode this and just get the administrative_area_level_2 and postal_code out of this then I am done. I can parse the results but after that I am not ...
0
votes
2answers
126 views
What Android API's should I use? Simple map application
Would I use the standard map api? The reason I ask is that I'd like the map to be a custom image I've made in photoshop of my campus. I found that someone at another university did something similar. ...
0
votes
1answer
184 views
Can any video be embedded in a google map placemark InfoWindow?
I need to embed an .avi or .flv video into a placemark InfoWindow that will be loaded or streamed from a server. I was able to do this with Google Earth using a .kml file and was wondering if it is ...
0
votes
1answer
455 views
use google translate API to convert English into text Arabic text in java
Following code i user to convert my string into Arabic
Translate.setHttpReferrer("http://localhost:8080/crmweb/");
String arabicString = Translate.execute(englishString, Language.ENGLISH, ...