hi esa,

i am sorry to be unable to implement (note... i noticed it said advanced on
map types section for customs) but i cant figure out how to drop this code
in.

  function initialize() {
    var myLatLng = new google.maps.LatLng(53.382509, -1.461525);
    var myOptions = {
      zoom: 13,
      center: myLatLng,
      mapTypeId: google.maps.MapTypeId.ROADMAP
      mapTypeControlOptions: {
      mapTypeIds: [google.maps.MapTypeId. MY_MAPTYPE_ID]
  },
  mapTypeId: MY_MAPTYPE_ID
};


    var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);

var myMapType = new MyMapType();
map.mapTypes.roadmap.minZoom = 12;


i know this is wrong because i cant quite follow the chain of what is being
id and then called following this:
http://code.google.com/apis/maps/documentation/javascript/maptypes.html

what is wrong with this code and would you be able paste and example?

again sorry. feel like its obvious and i just am not seeing it.

chris

*Chris Watson*

Designer, Teacher, Editor

Visual Thinking Enthusiast

visualisationmagazine.com



Thanks to sponsors: www.iqmatrix.com
My profiles: [image:
Facebook]<http://www.facebook.com/pages/Visualisation/113395388714343>
[image:
LinkedIn] <http://uk.linkedin.com/in/visualthinkmap> [image:
Twitter]<http://www.twitter.com/visualthinkmap>
visualthinkmapblog: Handmade Visualisation
Contest<http://visualisationmagazine.com/blogvisualthinkmap/2010/10/handmade-visualisation-contest.html>
[image: Twitter] <http://twitter.com/visualthinkmap>Latest tweet: GOOGLE
MAPS API v3 help needed! how can a kml, georssLayer overlay in front of a
ground image overlay & preserve the ground image viewpoint?
Follow @visualthinkmap <http://twitter.com/visualthinkmap>
<http://twitter.com/?stat...@visualthinkmap%20&in_reply_to_status_id=14091404879863808&in_reply_to=visualthinkmap>
Reply<http://twitter.com/?stat...@visualthinkmap%20&in_reply_to_status_id=14091404879863808&in_reply_to=visualthinkmap>
<http://twitter.com/?status=RT%20%40visualthinkmap%3A%20GOOGLE%20MAPS%20API%20v3%20help%20needed%21%20how%20can%20a%20kml%2C%20georssLayer%20overlay%20in%20front%20of%20a%20ground%20image%20overlay%20%26%20preserve%20the%20ground%20image%20viewpoint%3F>
Retweet<http://twitter.com/?status=RT%20%40visualthinkmap%3A%20GOOGLE%20MAPS%20API%20v3%20help%20needed%21%20how%20can%20a%20kml%2C%20georssLayer%20overlay%20in%20front%20of%20a%20ground%20image%20overlay%20%26%20preserve%20the%20ground%20image%20viewpoint%3F>
   22:57 Dec-12<http://twitter.com/visualthinkmap/statuses/14091404879863808>
  Get this email app!
<http://www.wisestamp.com/apps/twitter?utm_source=extension&utm_medium=email&utm_term=twitter&utm_campaign=apps>

Signature powered by
<http://www.wisestamp.com/email-install?utm_source=extension&utm_medium=email&utm_campaign=footer>
WiseStamp<http://www.wisestamp.com/email-install?utm_source=extension&utm_medium=email&utm_campaign=footer>



On Sun, Dec 12, 2010 at 11:35 PM, Esa <[email protected]> wrote:

> Don't put in in map options. Put it after the line
>
>    var map = new
> google.maps.Map(document.getElementById("map_canvas"), myOptions);
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to