JavaScript and Google Maps Google Maps - RUA - Universidad de ...
Recommend Documents
Advanced Web Programming with ... Voronezh (Russia). AJAX. Sergio Luján
Mora. Departamento de Lenguajes y .... VBScript and other scripting languages.
Introduction. ⢠Including JavaScript in web pages. ⢠Language syntax. ⢠Browsers' tools. ⢠More information. Ajax Technology in Web Programming. Introduction.
and local business information-including business locations, contact information, and driving directions. Start your sea
1. Google Maps: My Maps Tutorial. Please Note: registration is required. Google
Maps' My Maps is an online application that offers the creation of personalized ...
O cr"fcvc"k 4237"Iqqing. 422"hv". Google Maps https://www.google.com/maps/@35.9102072,-79.0516454,17z. 1 of 1. 2015-2-7
Ichthyoplankton sampling. L. Le DirÃach. 1.5. Fish visual census methods for detecting gradients of abundance and biomass across boundaries of MPAs.
Nov 23, 2011 - Cactáceas y Suculentas Mexicanas. 49, 96. 16. Latorre A, Moya A, Ayala FJ (1986) Evolution of mitochondrial DNA in. Drosophila subobscura.
Posidonie publ., Fr., 2000 : 1-112. Illustrations ... CHAPTER 3. Methods for Monitoring and Assessing Community Level Effects of ... free-ranging fish to be fixed accurately in its ..... Analyses of the elemental composi- ...... Esp. Instituto Espano
There scroll down to the âDemos and sample codeâ section. You will find a source code, simply copy and paste it to y
Where it's black, carve all the way through. Remove a layer where it's gray. 4. Add light and be safe with candles! maps
Add light and be safe with candles! Happy Halloween! SketchUp sketchup.google.com. Attach to pumpkin here. Attach to pum
members area was integrated using Wordpress with our team needing to match the design of the main front end site. ... PH
Sep 3, 2014 - In Google Maps Engine, you always follow these three basic steps to make a map: A. Upload data ... Check t
Read Best Book Online Milan PopOut Map (PopOut Maps) , Milan PopOut Map (PopOut Maps) PDF Read Online, PDF Review Milan
The Google Maps API is one of those clever bits of Google technology that helps
you take the power of Google Maps and put it directly on your own site.
O cr"fcvc"k 4237"Iqqing. 422"hv". Google Maps https://www.google.com/maps/@35.9102072,-79.0516454,17z. 1 of 1. 2015-2-7
Google Maps. (maps.google.com). Google Maps is a Google service offering powerful, user-friendly mapping technology and
typography and on particular house styles [5, 21, 6, 11]. Therefore, the ..... [6] The Chicago Manual of Style: Rules for authors, ... Methods of Book Design. Yale.
Period l (May 1-10) in the extreme southern parts of the United ..... 0.08. 0.00. 0.57. O.·B. 0.00. 0.50. 0.00. 0.00. 0.20. 0.36. 0.00. 0.0 l.2. 0.6. 0.6. 2.3. ~.9. 0.6. 8.8.
Introduction. Google Maps. Google Earth. Examples. Google Earth and Google
Maps API. May 6, 2009. Distributed Systems II, CEID, 2008. Google Earth and ...
without drawbacks 15â17 and they may not fit all types of target groups (such as non-academics), learning tasks (i.e.
Google Maps is an intuitive online-map service [10]. It changes people's life ... course topics, book chapters, projects and other top-level course elements. Within a ... Furthermore, with the advancement of Web 3.0, it is promising to embrace the.
JavaScript and Google Maps Google Maps - RUA - Universidad de ...
Maps API Group (or such successor URLs that Google may designate from ...
Maps V3. Maps V2. With a key. Without a key. Advanced Web Programming.
Advanced Web Programming with
JavaScript and Google Maps Voronezh State University Voronezh (Russia)
Google Maps Sergio Luján Mora Departamento de Lenguajes y Sistemas Informáticos
DLSI - Universidad de Alicante
1
Advanced Web Programming
Table of contents • Introduction d i • Static Maps • Documentation • Simple Map • Markers • Events • Info Window
Advanced Web Programming
Introduction • Google Maps (GM) API is a geospatial viewing tool – GM API allows the programmer to embed GM in web pages with JavaScript
• GM GM API is used by millions of web sites API is used by millions of web sites to provide geolocalized information • GM API is currently a free product and requires no installation or management
DLSI - Universidad de Alicante
2
Advanced Web Programming
Introduction • Google reserves the right to put advertising on the map at any point in the future: Advertising. The Service currently does not include advertising in the maps images. However, Google reserves the right to include advertising in the maps images provided to you through the Service, but will provide you with ninety (90) days notice prior to the commencement of advertising in the maps images. Such notice may be provided on relevant Google websites, including but not limited to the Google Geo Developers Blog and the Google Maps API Group (or such successor URLs that Google may designate from time to time). During that 90 day period, you may terminate your use of the Service, or provide notice of your refusal to accept advertising in the maps images in accordance with Google's policies and procedures for providing such notice (which Google may make available from time to time in its sole discretion).
Advanced Web Programming
Introduction • GM API provides a number of utilities for manipulating maps and adding content to the map • Success reason: – The The ability to customize the map display ability to customize the map display through the addition of application specific data is the true driver of its acceptance
DLSI - Universidad de Alicante
3
Advanced Web Programming
Google Maps g p
Static
Dynamic
Static Maps V2
Maps V2
With a key
Maps V3
Without a key
Advanced Web Programming
Introduction • Sign up for an API key – Sign up for a Google Account – Specify a web site URL Æ A single API key is valid for a single directory or domain
DLSI - Universidad de Alicante
4
Advanced Web Programming
Advanced Web Programming
DLSI - Universidad de Alicante
5
Advanced Web Programming
Advanced Web Programming
DLSI - Universidad de Alicante
6
Advanced Web Programming
Introduction • Important!: the web page where Google Maps is used must be freely accessible to end users – If the intention is to use in a commercial service, Google Maps API Premier , g p must be used
Advanced Web Programming
DLSI - Universidad de Alicante
7
Advanced Web Programming
Static Maps • It provides static maps: the user can’t manipulate (move, zoom, …) the map – It doesn’t require JavaScript – The map is created based on query string parameters in the URL – The map is sent back to the web browser as an The map is sent back to the web browser as an image (GIF, PNG or JPEG) – It is useful for light web sites or for mobile devices (PDAs, cell phones, …)
Advanced Web Programming
Static Maps • In a request, the following information can be defined: – – – – –
DLSI - Universidad de Alicante
The location of the map The size of the map The zoom level The zoom level The type of map The location of markers with labels
Static Maps • Location (center): – Latitudes and longitudes are defined using numerals within a comma‐separated text string that have a precision to 6 decimal places – Precision beyond the 6 decimal places is ignored – Latitudes can take any value between ‐90 and 90 while longitude values can take any value between ‐180 and 180 g y
DLSI - Universidad de Alicante
10
Advanced Web Programming
Static Maps • Zoom level (zoom): – 0 to 21
• Map type (maptype): – – – –
roadmap (default value) satellite terrain hybrid
Advanced Web Programming
Static Maps • EXAMPLE • Map centered in Voronezh – Latitude: 51.68 – Longitude: 39.22