trytyku.com/store_BACKUP/
What Im trying to do is highlight the sidebar link when a marker is selected. I've found a link on how to do it but it seems to be using an older version of goggle's map api so it doesn't seem to be working.
http://econym.org.uk/gmap/example_map2c.htm
Any ideas? thanks :D
...
I am using google maps api on my Flex website. My website has ssl.
So the issue is, everything was working fine a couple of days back, but the google map api stopped working suddenly. And I can not see the reason.
my code for maps looks like below:
<maps:Map
id="map"
mapevent_mappreinitialize="{init...
I am working on a project in javascript involving google maps.
The goal is to figure out 16-20 coordinate points within n kilometers from a set of latitude longitude coordinates such that the 16 points if connected will form a circle around the original coordinates.
The end goal is to make it so I can figure out coordinates to plot and...
I got a static map link using this wizard http://gmaps-samples.googlecode.com/svn/trunk/simplewizard/makestaticmap.html and the marker is on the image, but when i put this link into my website, the marker doesn't show up.
Here is the website where i'm trying to view the map. I see the map, but no marker. http://church.allthingswebdesig...
I wish to develop a site mashing up user generated geodata content with geodatacontent from Google search (Locations of niche businesses entered and recommend/commented by the users as well as the search result though Google Maps for the same businesses, presented on a map. Users can grade/comment on the Google Search result as well, I s...
I have seen some website has a searching textbox in google map. How to add this textbox in google map on my site (using joomla)?
...
Hello,
I'm trying to include a GoogleMap v3 (everything was okay with v2) in my HTML pages generated with XLS Transformations. My JS code comes from this page.
Basically, the map works correctly when everything is in plain HTML, as per the example, however when I try to include it in the XSL stylesheet, Firefox (v3.6) complains and doe...
i follow this article
i find can use kmllayer to insert kml or georss , like this :
var myLatlng = new google.maps.LatLng(49.496675,-102.65625);
var myOptions = {
zoom: 4,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
var georssLaye...
I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a thing exist?
...
I am trying to use an http request to google maps to obtain the driving distance between two locations using JSON. However, it seems these are treated different in a browser than in the (iphone) app.
I create an NSString which holds the URL, using coordinates and %20 (a space). I NSLog() the URL to make sure, and it seems ok (ie it work...
I am folowing this example to display tabbed infowindo for google maps:
combined with this
using a static div like this below worked withh no problems:
<div id="tabs" class="tabs" style="display:none;">
<ul >
<li><a href='#tabs-1'>First</a></li>
<li><a href='#tabs-2'>Second</a></li
><li><a href='#tab...
May I know how to add numbering label to google map marker using google map api? Just add label, not trying to change the icon. Thank you.
...
I want to build a Google Maps query for driving directions, but the code structure of my application requires separate fields. That is, I can't say
?saddr=100+Main+St,Anytown,PA,02154
Instead I need to say
?saddr=100+Main+St&scity=Anytown&sstate=PA&szip=02154
I can change the names of the querystring parameters, but I can't omit ...
I was wondering if anyone has any ideas/tutorials on how to plot various points on a google map, and save the points in a database with custom marker titles.
I want something similar to http://www.mapmyrun.com/create_new , where i can actually draw on a map and mark out paths and such.
...
Hey guys,
I'm using the following tutorial http://developer.android.com/resources/tutorials/views/hello-mapview.html in order to create a map view and plot points on to it. I have all of that done fine but now I'd like to embed an image and even audio within the Alert dialogs that pop up. Is this possible in the current context? How wo...
Hi,
I need some help and I think this post would help me but I am very new to Google maps and Visualforce. answered by eyescream see post http://stackoverflow.com/questions/3122038/how-do-i-integrate-salesforce-with-google-maps.
My problem is very similar but I don't need to search for the records to plot they are available as a relate...
I've got an activity with the following layout:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<com.google.android.maps.MapView
android:id="@+id/m...
I've been having quite a bit of trouble with Google Maps API and a database driven map. In a previous question I had inquired about faster geocoding of addresses to a map and basically what I need to do is store Lat/Lng into the database and create a map from there, instead of geocoding while the map is loading.
However, I'm unsure exac...
I've made a map, with markers on all of are accounts their locations, >1000 so I used fluster pretty cool library. Now I want to draw an overlay showing their value to us. My idea is to make an overlay where the "hot spot" would be the account with the highest value while the "cold spot" would be the account with the lowest value. Doe...
I've got the following code which gets information from a database and plots it on a map. The information is there and clickable but the actual icon androidmarker is not visable. Why? How do I fix this?
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
tweet...