Add A Marker

39 views
Skip to first unread message

PartyPanda

unread,
Jun 22, 2011, 2:02:55 AM6/22/11
to google-map...@googlegroups.com

I have noticed on Google Maps you can now add your own private markers. This is done using the "Add a placemark" icon located top left on the google maps. What I need to know, is this is shared google maps function which is available on the API? If so, are there any documents on how to use it?
 
Cheers

Barry Hunter

unread,
Jun 22, 2011, 10:22:04 AM6/22/11
to google-map...@googlegroups.com
No this isnt exposed as a reusable component. 

Will have to build similar functionality yourself. 

But all the basic functions are in the API, so its not that complicated to make. (dragable markers, editable lines etc) 

(I pretty sure people have build compoents to make editable lines even easier, but dont know any for plain markers) 


On Wed, Jun 22, 2011 at 7:02 AM, PartyPanda <partyp...@googlemail.com> wrote:


I have noticed on Google Maps you can now add your own private markers. This is done using the "Add a placemark" icon located top left on the google maps. What I need to know, is this is shared google maps function which is available on the API? If so, are there any documents on how to use it?
 
Cheers

--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/Q8EoxeDyEIQJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.

EmmaS

unread,
Jun 22, 2011, 11:50:38 AM6/22/11
to Google Maps JavaScript API v3
Don't know if this will be helpful to you, but one thing you can do is
build your markers in Google Maps, export them as KML and include that
as a KML overlay in your API. To export your My Places map to KML,
click 'View in Google Earth' and you will download a KML file.
Depending on what kind of data it is and what I want to do with it, I
typically incorporate that layer directly into my map as a KML overlay
(documentation here: http://code.google.com/apis/maps/documentation/javascript/overlays.html#KMLLayers)
or as a Fusion Tables layer. If you want to include it as a Fusion
Tables layer, follow these steps for exporting your My Places map:
https://sites.google.com/site/gmapstips/export-my-map-as-kml.Directions
for rendering FT layer in map here:
http://code.google.com/apis/maps/documentation/javascript/overlays.html#FusionTables.

ES

On Jun 22, 7:22 am, Barry Hunter <barrybhun...@gmail.com> wrote:
> No this isnt exposed as a reusable component.
>
> Will have to build similar functionality yourself.
>
> But all the basic functions are in the API, so its not that complicated to
> make. (dragable markers, editable lines etc)
>
> (I pretty sure people have build compoents to make editable lines even
> easier, but dont know any for plain markers)
>
Reply all
Reply to author
Forward
0 new messages