Javascript 4 U Podcast
1) JS 4U 268: Markers and User Events
Need to put a map marker down where a user clicks? It's easy to do with the javascript api.
2) JS 4U 267: Styling Map Elements
You can style individual map elements by type using the Javascript interface to Google maps pretty easily
3) JS 4U 266: Adding a Weather Layer
What if you want a weather layer on top fo a roadmap? Using the Javascript API, that's easy to do
4) JS 4U 265: Radar Search
You can use the Places API and visualization to get what's called a "radar" search result
5) JS 4U 264: Pagination for Places Results
Rather than display all of the results found from a places map search, you can use the Javascript API to paginate them
6) JS 4U 263: Places Search
You can use the Places api to execute arbitrary searches
7) JS 4U 262: Automcomplete for Places
When you use the places API in maps, you can have search fields autocomplete based on the available map data
8) JS 4U 261: Place Searches
Using Maps and the Places APIs, you can execute a search and provide map markers for the results
9) JS 4U 260: Place Support in Maps
Today we'll look at the places library in google maps
10) JS 4U 259: Geometric Lines on Maps
Want a nicer destination line than something straight? Load the geometry library for maps