A map is a visual representation of an area—a symbolic depiction highlighting relationships between elements of that space such as objects, regions, and themes.

learn more… | top users | synonyms

0
votes
1answer
36 views

How to Change Global Variabel in Android

I want to make mapping application , but i have problem about change the global variabel in my code. how to change global latlng in global variabel in if else in method bundle.. please give me ...
0
votes
0answers
17 views

google directions on maps api v 2 issue

I had a question that I hope someone can answer. I am currently creating an app that will allow people to get directions. Now, my question is: I have to make a new class (activity) to add directions ...
1
vote
1answer
51 views

How overlay a circle on an iOS map

I've got a radius and a location. This is how I'm trying to get the bounding rectangle of the circle. - (MKMapRect)boundingMapRect{ CLLocationCoordinate2D tmp; MKCoordinateSpan radiusSpan = ...
0
votes
1answer
40 views

OnCameraChange not returning expected value

First let me state that this question concerns Map v2 API for my native Android application. Second, I've looked at a number of stackOverflow postings on how to detect panning changes on Map v2 API ...
0
votes
1answer
32 views

Create a custom map in android

I need to create a simple map application for android. It's something along the lines of this one I made in HTML5 some time ago called CanvaMap. I need to replicate it's features for Android. It can ...
0
votes
3answers
49 views

Cannot Select div's after insert via JavaScript / jQuery

I have a descriptions for each layer of a map , being generated via JSON objects. I generate all html for these containers, which contains maps , legends, and descriptions. html_description ...
0
votes
0answers
24 views

Equiv string maps (unordered type) to equal string

I want to prove that if string maps (key*value) are Equiv, then the string lists are equal OR convert two Equiv maps to equal strings of key-value pairs. (**defined in FMapInterface*) Definition ...
0
votes
1answer
40 views

Image Area Map at multiple resolutions i.e. hotspots in x y coordinates

I'm using an Area Map over my image to allow users to select points which perform various JavaScript functions. The coordinates of the shapes are hard coded into the html page as this allows my ...
3
votes
1answer
38 views

How would I plot borehole traces in 3d?

Borehole data contains the "collar" information: that's X,Y, and Z (Z is ground elevation, and Z=0 is some datum like mean sea level), and also borehole length in Z direction. How can I create a 3D ...
0
votes
1answer
35 views

Playing sounds on clicking within image - upgrading to html5?

Sorry - I'm probably too low a level for this site. My wordpress posts sometimes feature images where clicking in different places plays different sounds. My current method (cannibalized a while back ...
0
votes
1answer
33 views

Making a dynamic gradient with HSL or RGB

I have a standard 50-state map built with d3 in which I'm dynamically coloring states according to various datasets. Whatever the dataset, the values are normalized on a scale of 0 to 1, where 1 ...
-1
votes
0answers
22 views

how to move marker on the map in order to show simulation in android? [closed]

I am new to android so not able to move marker on the map in order to show simulation regarding finding the route deviation while going from 1 place to another place in map in android.So plz help me ...
0
votes
1answer
21 views

Custom (different than Google Map) Map in Android

I want to use some other Map instead of using Google Map. So please suggest how I can initiate such thing in Android. Provide some link or code snippet. Regards, Parmanand
0
votes
0answers
107 views

Google Maps API v3 and jQuery adding multiple markers by mouse

I tried to make a jQuery Mobile test program where the user can add multiple markers to a Google Map by right clicking mouse over the desired marker location. Marker appears to the right location but ...
1
vote
1answer
46 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 ...
-1
votes
0answers
29 views

How does google maps mark routes?

I wanted to know how (and what technology) does Google/Yahoo/Bing uses on its map to mark the routes from one destination to another? I'm building a similar application which requires to mark routes ...
0
votes
0answers
8 views

Map Video Time Slider Library

I want to code a 2-D Map fed from a data set that contains time and location where it displays markers as time passes in the data set like a movie. For example, we have 100 timestamps and locations ...
0
votes
0answers
31 views

Google Maps API & Javascript loading sequence issues: local vs. hosted

I am having some trouble with a Google demo for their Maps API. The tutorial is here https://developers.google.com/maps/articles/mvcfun. I am using Firefox 20 on OS X 10.8.3. The problem comes ...
0
votes
3answers
52 views

Google Maps Distance Matrix REQUEST_DENIED

I did everything. This is my link ...
-3
votes
0answers
12 views

Route planner - maps, personal roadblocks [closed]

I'm looking into building a system that allows to plan a route, by the use of Google Maps or any other map system like openstreetmap. But it will be necesarry to have the possibility of adding road ...
0
votes
0answers
13 views

Google Maps initialize issue

Hello i have a problem google maps. i have a opening window with fancybox, and i wanna show my google map in this window. But i couldnt make it. when i write this codes , fancybox doesnt work (doesnt ...
1
vote
3answers
114 views

SOLVED_Android: Crash start application using api google maps

Hi I'm following this https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api to learn to use Google Map API. This is my manifest: <?xml ...
0
votes
1answer
24 views

Calculating percentage of a map values

I made a program that counts the number of occurrences of all the letters in a given String using TreeMap(String, Integer) (named alphaFreq). Now I want to represent these occurrences as percentages ...
0
votes
0answers
28 views

How do I show a user's current position on a Google Map with a KML layer via a button?

I'm able to show a trail I plotted as a KML layer on a Google Map, but I would like to show the user their location on the trail when they push a button. Here's what I have in regards to showing the ...
0
votes
1answer
55 views

How does Google Maps Android API v2 decide the order of coincident markers?

I've looked through all the existing questions on this topic and while many say there is no way of changing the z-order of markers on Google Maps (Android API v2), I was wondering how Google Maps ...
-1
votes
1answer
48 views

Google Maps API - Nearby Location Search

I'm having a tough time with the Google Maps API. What I'm looking to do is have the google maps lookup my location on page load, then show a list of "X" where X is type of restaurant. So for example ...
0
votes
2answers
66 views

how to add different images in different information window for different markers in google maps api v2 for android

i have made lot of markers now i want each information window of marker must be unique i have written xml for information window but its not working aaccordingly everytime a single image shows up. ...
0
votes
0answers
28 views

Show Custom map using WMS server instead of showing Google MAP

I am making a simple android application to show custom map (not Google Map) using WMS geoserver. So tell me is there any map API to show custom map instead of Showing Google Map. If possible then ...
0
votes
0answers
78 views

How to remove controls from embedded mapsengine iframe (google maps)

Is there any way to remove big control window from embedded mapsengine iframe? Lets say im embedding 640x480 iframe of mapsengine and 1/4 of the screen takes mapsengine layer controls. <iframe ...
0
votes
1answer
64 views

launch an event When pressing balloon of maps with api google maps v2 in Android?

anyone know how to do it? I found a lot of information to launch events When pressing markers but I did not find about of balloons
0
votes
0answers
14 views

Attaching An OnClick Event to Open InfoWindow In GoogleMaps

Very simple problem, just don't know where to start. My page is comprised of a top div containing a GoogleMap, populated with a number of markers. The bottom half of the page is a table, each row ...
-1
votes
2answers
30 views

Library or API for map display in Java [closed]

I'm currently developing a software in java in which I need to display a map of the world and points (with latitude and longitude) that will probably move. I'm wondering what is the best API or ...
1
vote
1answer
48 views

Surface offline maps

I'm developing Surface application, but I came across a problem. I need to develop a control with next abilities: World map on background (should display only continents). I need a way to find out ...
0
votes
1answer
20 views

Google Map API reverse geocoding from KML Layer

I have a KML Map Layer on google map which contains the Administrative boundaries of an administrative unit called "BLOCKS".Each Block has different ID. How can i get the ID of the Block if i get the ...
-2
votes
0answers
39 views

How to select multiple markers in Google maps api v3 [closed]

As per my application requirement, there would be multiple markers over google map. The requirement is, we have a button called 'Select by Polygon'. On click of this button, user would be able to ...
0
votes
1answer
98 views

Google Maps API v3: Radius parameter doesn't seem to limit autocomplete results

I'm trying to limit autocomplete results to a city by setting a country through componentRestrictions and a radius through radius, as explained here: ...
1
vote
1answer
133 views

Jvectormap - Set hover color for each region?

I'd like to set individual region and hover colors for the JVectorMap plugin, and leave regions without data the default white. So far, I've stripped out the scale data and replaced it with color ...
0
votes
1answer
30 views

Exporting data from JSon

We are creating a map application that has a list view of the resultant set using JSON and jQuery and presenting the result to the user. How can we give the user the ability to download the result as ...
0
votes
0answers
14 views

How to create custom maps for mobile applications

This is something i would be doing first time. My requirement is Create a custom map of given mall? (With Multilevel parking) Locate Shops, Food, Entertainment etc on this map when user search or ...
-4
votes
1answer
12 views

How to Know the parks information around some particular point in ios maps [closed]

I need to get the all parks information around some particular area in my ipad application , is it possible through MKMapkit if please provide the sample code or any reference. Thanks in advance.
-1
votes
1answer
15 views

How to Turn off Road lables in MKMapKit?

I need to hide the labels on the roads in my iPad application. I could not find a way to do that. So if anyone had the same requirement, can you please help me if it is possible or not. Thanks in ...
-1
votes
0answers
140 views

Google Maps Android API v2 not working on s2 [closed]

I am using Google Maps v2 version, I have done all the steps mentioned in the document: https://developers.google.com/maps/documentation/android/start created the Api key and everything. When I am ...
0
votes
0answers
75 views

3D Polyline (or any path) in Google Maps API v2

Good day, Short question: Is it possible to draw a 3D polyline, or any other path shape for that matter, in the version 2 API of Google Maps? I see no parameters for altitude. The maps are now ...
1
vote
0answers
30 views

How to append a shp file to modify map boundaries?

thanks to suggestions from @AriBFriedman and @PaulHiemstra and subsequently figuring out how to merge .shp files, I have managed to produce the following map using the following code and data: Data: ...
0
votes
0answers
20 views

How can I detect whether .SetView() method's animation completes?

How can I detect whether .SetView() method's animation completes in Windows Phone 8 Map? I want to execute some code after the animation. Otherwise if I do any manipulations with the map, the ...
0
votes
0answers
21 views

javascript list google maps

I'm building a web store location with Google https://developers.google.com/maps/articles/phpsqlsearch_v3?hl=es example, I would like to display the results in a list, and NOT selectedIndex (drop-down ...
-1
votes
1answer
45 views

objective c - starting Apples Maps or Google Maps on MapView [closed]

i want to know how I can start other apps from my app. Here the situation: I have a MapView pointing to a specific longitude/latidude. I want to give the user the chance to navigate (Google Maps or ...
1
vote
0answers
12 views

GPS searching of location isn't disabled in Maps API v2

I met with strange behavior of Google Maps API v2. Sometimes I see gps searching icon on status bar and I don't even start activity with map. Sometimes icon doesn't disapper if I exit activity or go ...
0
votes
0answers
55 views

Unable to Generate Infowindows for multiple markers in Google Maps,

I'm stuck on a few issues in an attempt to write a google maps application for my site: First, my site has article pages only have the address and no longitude and latitude coordinates. I'm able to ...
0
votes
1answer
110 views

Google Maps API v3: Driving directions over a map which first loads 2 positions

I have a map which displays two locations with markers (and automatically centers between these 2 locations), you can see it live here: http://goo.gl/rRDCE I'm trying to integrate it with the ...

1 2 3 4 5 68