Tagged Questions
15
votes
1answer
4k views
A MapKit for Mac OS X?
on the iPhone we have the Apple's amazing MapKit. There is something similar for Mac OS X?
If possible something more advanced than a simple WebView, because I need that it manage automatically at ...
5
votes
0answers
1k views
Google map api v3 disable point of interest info window
I have a custom map with info bubble and custom markers. When I zoom in points of interest such as parks and universities appear and when I click an info window opens. How do I disable the info ...
4
votes
8answers
10k views
Generate google map based on UK postcode
Is it possible to do a google map lookup using the google maps API from a UK postcode? I know you can search by UK postcode on their website, but this converts to lat / long. I don't have access to ...
4
votes
2answers
946 views
Mapping Math and Javascript
After extensive research and fun learning about Google's mapping api, I am building a digital antenna map application. At this point, the next step in the project plan is to build a memory-map ...
4
votes
3answers
14k views
How to call google map geocode service with jquery ajax
I'm trying to get the LatLng from google map geocode api. my code is below with address values is "New York, NY"
$.ajax({
url: 'http://maps.googleapis.com/maps/api/geocode/json',
data: {
...
4
votes
2answers
5k views
Google map api V2 google-play-services_lib.jar missing
I just imported an example of the google map api V2 for android to test. It's missing the google-play-services_lib.jar. I can't find this library. Where do I get it?
4
votes
4answers
900 views
ASP .NET with google map api
i am using google map api with asp .net for making a website, apart from C# which programming languages do i need to learn
4
votes
1answer
2k views
Google Map icon (pin) - how to define color?
is it possible to change color of pin placed on google map creatted by it's api? or have to use custom icon to do that?
it's google map api v3.
tnx in adv!
4
votes
1answer
652 views
google map with gps tracking
i want to put marker on the only visited path not on any point to the map... my code like this
function initialize() {
geocoder = new google.maps.Geocoder();
var myLatlng = new ...
4
votes
2answers
5k views
Google Map google.maps.event.trigger do not work on the V3
I got a map on a site. and I try to fire an click on a marker by clicking on a link (outside the map) on the side of the map.
Here's the code:
<a ...
3
votes
4answers
25k views
INSTALL_FAILED_MISSING_SHARED_LIBRARY an android emulator proplem
[2010-03-04 11:50:15 - AndroidSamples]Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
when i uses the
<application android:icon="@drawable/icon" android:label="@string/app_name">
...
3
votes
2answers
11k views
Google map V3 Set Center to specific Marker
I am using Google Map V3 to display a list of markers pulled from a DB, using MYsql and PHP.
MY markers are set on teh map using the full address (from DB, inclusing postcode) as I don't have the ...
3
votes
2answers
2k views
Android Studio Maps Api v2
My code works perfectly on eclipse. I have created a new project on Android Studio and added my classes, I have also followed this popular tutorial answer How can I create an Android application in ...
3
votes
3answers
7k views
Give different color to each country in google map
Does anyone know how to give a different color to each country in a google map?
e.g:
in the world map
Blue overlay to UK, then RED china...etc
I wonder if google provide API to give color to each ...
3
votes
1answer
5k views
BlackBerry and map based apps like Yelp and Google Map
This is a question-loaded post from someone who is just getting started with BB development. Any guidance is much appreciated.
How are map based BlackBerry apps such as Yelp and Google Map ...