How to use gooele earth plugin using Google API V3 in asp.net.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send em
Hi I want a small popup with "driving directions" to my places. A typical
map is
http://www.koolbusiness.com/4118181/website-designing-at-low-cost
where I want to provide a small popup that can give driving directions to
the marker. Can you inform of a suitable way to proceed?
Thanks
Niklas
--
Okay - but what do you gain here? Are you displaying the same
Polygon/Polyline on different maps?
Chris
--
http://twitter.com/broady
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-
Thanks, this has been fixed. The problem was using shorthand color notation
(i.e. #369 as opposed to #336699)
On Fri, Apr 15, 2011 at 5:15 PM, Alessandro Giannini <
infinity.so...@gmail.com> wrote:
> Hi !
>
> with last version, using Chrome or FF , the sample '
> http://code.google.com/intl/it-IT
On Apr 15, 6:43 am, amitsh wrote:
> Hi.
>
> I managed to add a Google map to my site and place a marker on it.
>
> - From a large list of coordinates how can I tell which ones are
> supposed to appear on the map?
> Do I have to write a function that goes over all the coordinates in
> the DB and fo
With the use of Canvas now for polylines, does this open up the
possibility of dashed or dotted line rendering? Baked-in support in
the API or a utility library add-on would be great. Here's an open
feature request for this, which folks can star if interested:
http://code.google.com/p/gmaps-api-iss
Hi.
I managed to add a Google map to my site and place a marker on it.
- From a large list of coordinates how can I tell which ones are
supposed to appear on the map?
Do I have to write a function that goes over all the coordinates in
the DB and for each one checks if it's in the map's range?
-
The interesting thing in the change of the TOS is that the Static Maps API
can be used outside a browser, but this still requires an Internet
connection.
There are regions on our planet where there is no Internet service of any
kind - and properly will never be - due to the vast distance between
c
Ahh, ok Bummer. I've implemented this MVCArray-sharing technique for
measuring lines/polygons on a few different applications. In my opinion,
this is one of the big reasons to use MVCArrays, so that related feature(s)
can automatically be notified of changes.
Like you said, using two separate MVCA
Thank you for your input. I will take a look at the examples. I am
going to start playing with code and see if I can get something
figured out. I will keep you posted.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post t
thanks Ill give it a try
2011/4/15 Pil
> Not through the API. You'd have to do it yourself. It's not that
> difficult
>
> http://www.wolfpil.de/v3/flexible-polygon.html
>
>
> On Apr 15, 5:53 pm, Jorge Flores wrote:
> > hello,
> > is there a way to create draggable polylines like a property or
>
Not through the API. You'd have to do it yourself. It's not that
difficult
http://www.wolfpil.de/v3/flexible-polygon.html
On Apr 15, 5:53 pm, Jorge Flores wrote:
> hello,
> is there a way to create draggable polylines like a property or
> something, I could save the new lat and probably move th
hello,
is there a way to create draggable polylines like a property or
something, I could save the new lat and probably move the original
point to this new one I was just wondering if there where something
like draggable in directions.
thx
John
--
You received this message because you are subscri
Is working.
Thank you very much for your help.
2011/4/15 geocode...@gmail.com
> On Apr 15, 6:49 am, Andrei Blidariu wrote:
> > I saw this example but I do not know javascript very well and i do not
> > understand how to update this example to my map (
> http://dinmarmura.ro/map/exemplu1.html)
i do it with jquery its quite easy, i give you an example
function save(whatever){
$.ajax({
type: "POST",
url: "myphpfile.php",
data: "whatever=" + whatever,
success: function whatever(data)
{
alert(whatever);
}
});
}
myphpfile.php:
thats it as a really si
Will Look into it ..
Can you refer me any good links for it?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send ema
On Apr 15, 8:09 am, harik wrote:
> Hi ..
> I want to send the latitude and Longitude retrieved after doing reverse
> geocoding ( when I click on a map) from my javascript to a php page .
> I am currently able to do that using a submit button below the map but I
> want to do it directly when I cli
On Apr 15, 6:49 am, Andrei Blidariu wrote:
> I saw this example but I do not know javascript very well and i do not
> understand how to update this example to my map
> (http://dinmarmura.ro/map/exemplu1.html) .
> Please tell me more explicit how to do this on my map.
Make marker1 and marker2 glo
Thanks for the info Chris.
Can you (or someone) please clarify if the following FAQ statement is
still true under the revised TOS?
http://code.google.com/apis/maps/faq.html#tos_commercial
"If you charge people to place information on your map (e.g. to list
their homes for sale), but you display t
I saw this example but I do not know javascript very well and i do not
understand how to update this example to my map (
http://dinmarmura.ro/map/exemplu1.html) .
Please tell me more explicit how to do this on my map.
many thanks.
2011/4/15 Andrew Leach
> On 15 April 2011 10:14, Andrei Blidariu
Ha Thanks Davie. Yeah I tried that and it wasn't working how I needed it
to. Thanks though.
On Fri, Apr 15, 2011 at 4:28 AM, davie wrote:
> Hi
> I may be a bit late on this thread but you can order on multiple
> columns
> SELECT *
> FROM table
> ORDER BY state, distance ASC
> Regards Davie
>
On Apr 15, 1:51 am, venu wrote:
> Iam getting the following error messages whenever iam trying to
> load the maps
>
> b is undefined
>
> I am using the following code
>
> function ShowMapView()
> {
> var latlng = new google.maps.LatLng(-34.397, 150.644);
> var myOptions = {
>
On Apr 15, 5:04 am, Manish Sanodiya
wrote:
> How can we open infoWindow on click event of inforLine using GoogleMap
> API V3 ?
You mean by clicking on a "sidebar"?
http://www.geocodezip.com/v3_MW_example_map2.html
-- Larry
--
You received this message because you are subscribed to the Googl
On 15 April 2011 10:14, Andrei Blidariu wrote:
> Hello,
> Link to my map: http://dinmarmura.ro/map/exemplu1.html
>
> Please tell me how I can add link from left text "Link to Marker 1" to
> Marker 1 and open infowindow.
Larry's example: http://www.geocodezip.com/v3_MW_example_map2.html
--
You r
On 15 April 2011 08:37, seema wrote:
> I am trying to initialize map in a nested div but it shows as blank. I
> have the initialize() function which loads the map into the #map div.
> But it doesn't display
Not enough information. Please provide a link.
--
You received this message because you
On 15 April 2011 09:51, venu wrote:
>
> Iam using the following code
>
> function loadScript() {
> var script = document.createElement("script");
> script.type = "text/javascript";
> script.src = "http://maps.google.com/maps/api/js?
> sensor=false&callback=ShowMapView";
> documen
Hello,
Link to my map: http://dinmarmura.ro/map/exemplu1.html
Please tell me how I can add link from left text "Link to Marker 1" to
Marker 1 and open infowindow.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post
I am trying to initialize map in a nested div but it shows as blank. I
have the initialize() function which loads the map into the #map div.
But it doesn't display
Sort by Projects:
--
You received this message because you are subscribed
Iam getting the following error messages whenever iam trying to load
the maps
b is undefined
Iam using the following code
function ShowMapView()
{
var latlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = {
zoom: 8,
center: latlng,
mapTy
yeah of cause =)
but different resolutions / dpi / fonts installed on the hardware and
all kind of stuff make me move away from have it outside of the map
On 15 Apr., 13:15, teknocreator wrote:
> Matt,
>
> Yeah, sorry I didn't see you wanted to add this as a map control.
> But, as I found, if yo
How can we open infoWindow on click event of inforLine using GoogleMap API
V3 ?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from th
I've also got an application that uses the Distance Widget found in the "Fun
with MVC Objects" example that is no longer working. I know this isn't a
supported library, but I'm essentially just drawing a circle here. Website
below:
http://open-data-day.geojason.info/
On Fri, Apr 15, 2011 at 3:16
Matt,
Yeah, sorry I didn't see you wanted to add this as a map control.
But, as I found, if you have it outside of the map, you can still use
it to get and set values for map objects.
Dave
On Apr 14, 2:38 pm, teknocreator wrote:
> Matt,
>
> Yeah, it's not completely clear cut. I don't know if
Hi
See
http://code.google.com/apis/maps/documentation/javascript/examples/icon-complex.html
You can use your own icons
A more complex version using PHP MySQL is
http://code.google.com/apis/maps/articles/phpsqlajax_v3.html
Regards Davie
On Apr 15, 8:01 am, jem wrote:
> is it possible to chang
hey esa,
thanks for the reply but iam doing what you said, i wrote a short
example
http://www.youspots.com/tests/JqueryCustomControls.php
iam able to pull of an animation on the created div, but thats not
what i want, because this div will have more then 1 element inserted
via ".innerHTML"
ther
You were right! Turns out there was an extra line in the database info
file. Thanks for your help!
On Apr 14, 11:39 pm, Rossko wrote:
> > its something to do with the php/xml in the phpsqlsearch_genxml.php file.
> > if the sql query is successful no xml gets output.
>
> I wouldn't say that. You
This sounds like a bug (maybe even a regression bug) because when you
click on a link inside the infowindow no click event underneath the
infowindow should be triggered.
Can you provide a link to the map that exhibits the problem?
On Apr 15, 10:49 am, Grégoire Colbert wrote:
> Hi!
>
> I have
> is it possible to change the marker into specific icon image..??
Yes.
It even tells you how in the docs
http://code.google.com/apis/maps/documentation/javascript/overlays.html#Icons
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" gr
I have found a plugin called Quickconnect that ltes you grab the phone
GPS position, great!
Anyhow it seems not to be so good documentation about how to use it.
http://quickconnect.sourceforge.net/browser/index.html
It says you can retrieve the gps position by simply call
findLocation() using jav
Hi!
I have a google.maps.InfoWindow that contains a DOM element associated
with the "onclick" event.
My problem is that if the infowindow is opened on a given marker which
is located in such a place that there is another marker just "below"
the infowindow's button, then when I click the infowindo
Hi
I may be a bit late on this thread but you can order on multiple
columns
SELECT *
FROM table
ORDER BY state, distance ASC
Regards Davie
On Mar 31, 9:34 pm, Mike Wellman wrote:
> This may be the wrong area for this but not sure where to turn.
>
> I trying out the code from
> here:http://code
If I dont feel like buying the developer kit from apple to get the
current gps location, is there some option?
maby an app or plugin that can be used by a webpage html file with a
google maps map to show current position in the map?
Safari does not seem to support the sensor feature.
--
You recei
The awesome wayback machine can help here :)
http://replay.waybackmachine.org/20101014235139/http://code.google.com/apis/maps/terms.html
--
http://twitter.com/broady
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to
Hi !
with last version, using Chrome or FF , the sample '
http://code.google.com/intl/it-IT/apis/maps/articles/mvcfun/twittersearch.html'
don't work I'm not able to view circle to define area. Any idea ?
Thanks
@le><
--
You received this message because you are subscribed to the Google
is it possible to change the marker into specific icon image..??
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send e
45 matches
Mail list logo