[Google Maps API v3] Account Hack

2013-07-23 Thread Stephen Foster
Good morning all,

 If you have received an email from me around 1:32 this morning then do NOT
open it. My account had be hijacked and I did not send that email. I
recommend you delete the email without opening it.

I have taken steps additional steps to ensure that my account security is
further tightened.

Sorry for any inconvenience.

Regards
Stephen Foster

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/groups/opt_out.




[Google Maps API v3] fw: hey

2013-07-22 Thread Stephen Foster
 http://oudevrienden.nl/rtbbxuc/dgqahlkypg

















 stephenfoster1985












 7/23/2013 1:32:44 AM

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at http://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Google Maps API v3] Re: Newbie question MARKERS

2011-03-03 Thread Stephen Foster
Thanks guys, thats a great help, its good too know its possible to do this
kind of thing with Google Maps

thanks again

Stephen


On 25 February 2011 15:18, geocode...@gmail.com geocode...@gmail.comwrote:

 On Feb 25, 10:16 am, geocode...@gmail.com geocode...@gmail.com
 wrote:
  On Feb 25, 10:00 am, Stephen Foster stephenfoster1...@googlemail.com
  wrote:
 
   Hi guys,
 
 I'm new to Google Maps API development so please forgive me if
 what
   I'm about to ask is a stupid no brainer question but I've looked
 through the
   tutorials and I can't find what I'm looking for.
 
 I've read the section in the Documentation to do with
 Markershttp://
 code.google.com/apis/maps/documentation/javascript/overlays.ht...
   it gives a very clear example of how to add a marker via javascript.
   Basically you supplied long en lat coordinates and then it will display
 a
   marker at that location.
 
 But Where I start to lose it, is how you go about GETTING those
 long
   and lat coordinates in the first place! I want to set it up so that
 that a
   user could click on a location on Google maps and that return the long
 and
   lat coord's.
 
  If the user is clicking on your Google Maps API v3 map, the click
  event contains the lat/lng.  See:
  Under Map:Events
  click MouseEvent This event is fired when the user clicks on the map
  (but not when they click on a marker or infowindow).
 
  http://code.google.com/apis/maps/documentation/javascript/reference.h...
 
  Properties
  latLng LatLng The latitude/longitude that was below the cursor when
  the event occurred.
 
  (there are examples in the documentation and which have been posted to
  the group that do this)

 This search should get you started:

 http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3q=click+map+coordinates

-- Larry

 
 
 
 
   Is this even possible or am I just wanting the moon on a stick? :-)
 
   Steve- Hide quoted text -
 
  - Show quoted text -

 --
 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 email to
 google-maps-js-api-v3+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.



-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Newbie question MARKERS

2011-02-25 Thread Stephen Foster
Hi guys, 

  I'm new to Google Maps API development so please forgive me if what 
I'm about to ask is a stupid no brainer question but I've looked through the 
tutorials and I can't find what I'm looking for.

  I've read the section in the Documentation to do with Markers 
http://code.google.com/apis/maps/documentation/javascript/overlays.html#Markers 
and 
it gives a very clear example of how to add a marker via javascript. 
Basically you supplied long en lat coordinates and then it will display a 
marker at that location. 

  But Where I start to lose it, is how you go about GETTING those long 
and lat coordinates in the first place! I want to set it up so that that a 
user could click on a location on Google maps and that return the long and 
lat coord's. 

Is this even possible or am I just wanting the moon on a stick? :-)

Steve

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.