Quick implementation of Google map based on jquery plug-in-jmapping

Source: Internet
Author: User
Document directory
  • Jmapping-use semantic tags to create jquery plug-ins for Google Map

By Terry Li-gbin1.com

I recently studied the Google map API and found it very interesting. However, you need to call the Google API to write Javascript. If you just implement the Google map function, it would be a bit cool, here, Terry, I will introduce you to a good jquery Google map plug-in-Jmapping, You can quickly integrate into your own projects.

Jmapping-use semantic tags to create jquery plug-ins for Google Map

JmappingThe following class libraries are required to implement Google Maps conveniently and quickly:

  • * Jquery 1.4.4
  • * Jquery metadata plugin 2.1
  • * Markermanager V3 1.0
  • * Styledmarker: 0.5

Call the relevant class Library:

  <script src="http://maps.google.com/maps/api/js?v=3.3&amp;sensor=false" type="text/javascript"></script>  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>  <script src="js/markermanager.js" type="text/javascript"></script>  <script src="js/StyledMarker.js" type="text/javascript"></script>  <script src="js/jquery.metadata.js" type="text/javascript"></script>  <script src="js/jquery.jmapping.js" type="text/javascript"></script>

...

...

 

Source: jquery plug-in-Google map quick implementation-jmapping

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.