5 Things Google Map API

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    5 Things Google Map API - Presentation Transcript

    1. 5 Things to Know when developing with Google Map API Lightning Talk @ GTUG Kuala Lumpur Meetup #1
    2. #1 Javascript Closure
    3. function createMarker(point, number) {   var marker = new GMarker(point);   var message = ["This","is","the","secret","message"];   marker.value = number;   GEvent.addListener(marker, "click", function() {     var myHtml = "<b>#" + number + "</b><br/>" + message[number -1];     map.openInfoWindowHtml(point, myHtml);   });   return marker; }
    4. #2 Javascript Object Literal
    5. polygon.setStrokeStyle( {color: color, weight: 3, opacity: 1.0} );
    6. #3 Custom Marker Maker
    7. http://www.powerhut.co.uk/googlemaps/custom_markers.php
    8. #4 GPoint vs GLatLng
    9. #5 Google Map Docs
    10. a calling to all local web developers USE THE MAP !
    11. Finish. Kegan Gan <kegan@kegan.info>

    + Kegan GanKegan Gan, 4 months ago

    custom

    675 views, 0 favs, 1 embeds more stats

    5 things to know when getting started with Google M more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 675
      • 670 on SlideShare
      • 5 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 14
    Most viewed embeds
    • 5 views on http://www.surianee.com

    more

    All embeds
    • 5 views on http://www.surianee.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories