maps

Display route between two points in installed application

How to showActivity which will display route between two points. This will start installed map application on android phone. ...

Android Maps get Scroll Event

Hi, i am currently developing an app with the Andoid Maps SDK. Now i would like to get a notice if the user scrolls the map to load additional markers from a server based on the new map center. I already searched for a function to register a listener but i didn´t find anything. Is there any way to get informed about map center change...

getting View reference from Intent

Hello, I create a tabbed view with a list and a map, this is the code used to build the tab: tabHost = getTabHost(); TabSpec tabSpec = tabHost.newTabSpec("tab_map"); Intent i = new Intent().setClass(this, MyMapActivity.class); tabSpec.setIndicator("Map", getResources().getDrawable(android.R.drawable.ic_menu_mapmode)) .setContent(i); ...

Embedding google map in static FBML pages

Hi folks, I am looking out for a way to embed a google map into a static fbml tab in one of my fan pages. I think few saw FB has scrapped of iframe support for static fbml and stuff. I want to embed the map wthout any user actions involvement. I am wondering how to do this? Could some one help please? Thanks, J ...

Google Maps Api v3: Polygon in Polygon Question

Hi, first sorry for my english. i´m a german. My Question / Problem: I have a map with a lot of polygon´s. All geodata comes from a database. I will create a new polygon and all polygons inside the new one should be change the color. Is this possible? Any solutions? Is there any example out there? Thanks a lot for any help. Martin ...

How to let users choose their town, so my app can know coordinates

I am starting my first Open Source ASP.NET project in C#. Data that Web app is going to show is in close relation with geographic coordinates of towns. Now I want to implement user interface where user of web app can choose a desired town and submit form, and behind scene i want to get coordinates of chosen town, so I can make calculati...

All infowindows have same data

Hi Guys, im fairly new to the Google Maps V3 API and i'm running into an issue where all infowindows have the same data, the code im using iterates through an array of marker details and outputs the marker plus an infowindow for each marker. This is my code: <script type="text/javascript"> (function () { google.maps.Map.prototype....

Bada - Integrating Maps API to my application

I'm trying to integrate Maps to my Bada application. I've tried deCarta but unfortunately it comes with an ad. There is an ad on each form that displays a map and it's not pleasant. So, can you please recommend me another maps API that will work well with the Bada platform. Does Google Maps API or Yahoo's service go along well with Bad...

how can I make a simple interactive web map of data for countries (bigger than what google Chart API allows)

I have a spreadsheet with: URL, 2 digit country code, Main Value, Less important values ... I just want to make a simple map that can be bigger than what Google Charts API allows (that one is limited to 600x600), but a similar level of simplicity. If it looks nice and is interactive (hovering on country shows data) all the better. If...

.shp file for generating maps

i got all these files from customer i was able to generate map using shp file alone i converted shp --> kml and viewed in google map what do i do of prj and dbf file. how do they contribute in map generation please help ...

Can't obtain location data, unless it's direct GPS Fix

Starting this morning my application can not obtain CLLocation data unless direct GPS Fix established. I received few dozen complaints from SouthEast Asia and all my US customers are out of luck since the midnight. I noticed that Echophone and Zillow apps are malfunctioning too. Apple's own Maps.app does not check CLLocation's timestamp ...

Question about web programming, maps to be specific

The prof gave us an assigment to finish in the next couple of months, we have to write a web app that is basically a mapping system for a floor of a building. Like a very very simple version of google maps, people need to be able to look up a room and be able to get directions from one part of the floor to another. I have never done any ...

BlackBerry Maps and Location App

I have looked extensively for a solution all over the Internet What I need is a map in a field within my application in Blackberry 8310 (I don't mind if the solution comes from using OS 5.0+). I can get a static map in there using a browser field or invoke Google Maps Application But thats not what I want. For 1, I cannot use static ...

OpenLayers: disable zooming on double-click

OpenLayers, by default, zooms in when a user double clicks a map. What is the best way to disable this behavior? ...

How to show data in google map

I have a csv file consists of thousand of data (columns are address1 address2 city state zipcode tag county country )of some agents.i want to upload and show this data in google map . here is a reference http://code.google.com/apis/maps/documentation/mapsdata/developers_guide_protocol.html#uploading_csv i want to ...

Generate Google maps from URL

Is there a way to send multiple addresses to plot from an URL? example for a single address to plot http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=H9R1H3+57%20EASTVIEW%20AVENUE ...

Google Maps Alternative (or solution to Timeout Issue)

I have about 5,000 coordinate points (longitude & latitude) & I have been using the google maps API to create static images of these points. Only about 25% of the markers show up for some reason. It doesn't matter how much I refresh the data; google maps just does not display it. Does anyone know how to fix this, or can someone sugge...

How can I automatically plot markers for addresses on a Google or OpenStreetMap?

I have a list of UK addresses and would like to plot them on a google or openstreetmap (I dont mind which). Is there a way to render a batch of addresses on a map with dots to represent the location (rather then the standard marker). To make things slightly more complex, I would like to change the colour and size of some markers. The...

Problem initialising Google map with multiple markers

Hi guys, I'm trying to develop an application where addresses are pulled out of a database to show them using a marker on a google map on my website. I have the following javascript code + jquery , google maps and all other necessary javascript files: $(document).ready(function(){ // initialise map var myLatlng = new google.m...

Trying to work with tiled maps.

Hello, I know I am probably being dense here but I need some help. I am working on a program that handles mapping of an area, I need to have the map be GEOref'd so I can gather the MGRS coords for any point on the map. I already have a lib I wrote that does this working with images I import one by one using upper left and bottom right co...