JavaScript implements the map drag function SpryMap

Source: Internet
Author: User

SpryMap is an independent and lightweight JavaScript class library that does not depend on any other JS framework. Using it, you can easily achieve drag effects similar to those of Google and Baidu maps. SpryMap is a good choice for displaying large charts. SpryMap is highly customizable. You can set the starting position and CSS style of the image through parameters. In addition, you can also set whether to use a smooth drag effect.
How to Use

First, load the SpryMap script file in the head.

<Script type = "text/javascript" src = "spryMap-min2.js"> </script>

Add the image to be displayed on the page, for example, setting the img Tag id to worldMap.

Last initialized during page loading

Var map = new SpryMap ({id: "worldMap ",
Height: 400,
Width: 800,
StartX: 200,
StartY: 200,
CssClass: "mappy "});

Author "ti8989"
 

Related Article

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.