Advertisement
leaandre

Untitled

Jan 30th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $("#my_map").gmap3({
  2. map:{
  3. address:"POURRIERES, FRANCE",
  4. options:{
  5. zoom:4,
  6. mapTypeId: google.maps.MapTypeId.SATELLITE,
  7. mapTypeControl: true,
  8. mapTypeControlOptions: {
  9. style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
  10. },
  11. navigationControl: true,
  12. scrollwheel: true,
  13. streetViewControl: true
  14. }
  15. }
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement