markers

Google maps slow loading. Over a minute to load markers.

Hello, I am only showing a certain number of markers at a time (i.e. 5 out of 10, the other 5 will appear depending on where the user pans). When the user pans the map to where other markers are supposed to appear it takes 60-70 seconds for them to appear!! ...

google maps api (multi adresses)

Hello. I have problem. How to get multi markers, with adress information, not lat, long For example: markers: [{ adress: 'UK, London' },{ adress: 'City, street, adress' },{ adress: 'Germany, Frankfurt' }] All markers are show to map. ...

GWT maps API - Combine several icons and just one marker

I'd like to graphically indicate several status of large collections of lat/lng positions on a map. Once generated the status of each remains static (so no updates required). The idea was to use one icon per dimension (e.g. open/closed, happy hour etc.; a shadow icon is not that important) and to finally overlay them (using anchor points...

Unable to mark more than one coordinate in Google Maps

Below is the code listed to set markers in Google Maps. But only one marker is being set whereas four markers should be set. What is wrong with this code? <!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <style type="text/css"> html { height: 100% } body { height: 100%; margin: 0p...

Eclipse: Pass data between IMarker and IMarkerResolution

What is the established way to pass some data — more than int, boolean, String because those can be handled as marker attributes — from the class that creates an IMarker to an IMarkerResolution so that the quick fix can be "smart" about what it displays/does? ...

how to check the Variable is or not in the Memory using javascript .

i want to check the marker(google maps v3) is or not in the Memory when i zoom in map and can't see them . so what can i do , ...

Birt area chart with dynamic X-axis markers

I have two DataSets application performance measures over time (pairs float/datetime) (SQLDataSource) software version changes (pairs string/datetime) (ScriptedDataSource) I want to generate a grapth with both data mixed which can easily show performance changes over software changes. We are trying to create an area graph and set v...