Google Groups Home
Help | Sign in
newbie doubt
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
potdarko@gmail.com  
View profile  
 More options Jun 30 2005, 4:29 am
From: "potda...@gmail.com" <potda...@gmail.com>
Date: Thu, 30 Jun 2005 08:29:43 -0000
Local: Thurs, Jun 30 2005 4:29 am
Subject: newbie doubt
odelay,

i'm having trouble starting the map as G_SATELLITE_TYPE using
map.setMapType(G_SATELLITE_TYPE)... it displays a gray area and doesn't
show the controls i add later (after the setMapType). The gray i
believe is because the coords i'm trying to display don't have detailed
maps in the zoom level i'm displaying (1)... that's why i wanted to
"start" and Satellite mode.

Best wishes,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
potdarko@gmail.com  
View profile  
 More options Jun 30 2005, 4:36 am
From: "potda...@gmail.com" <potda...@gmail.com>
Date: Thu, 30 Jun 2005 08:36:01 -0000
Local: Thurs, Jun 30 2005 4:36 am
Subject: Re: newbie doubt
edit:

i already tried declaring the map type in the contructor of the GMap
instance ... with no luck... same gray map with no controls.
All goes well if i start with a default type map, add the controls, and
finally click the 'satellite' button.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mookie  
View profile  
 More options Jun 30 2005, 4:44 am
From: "mookie" <ben.coch...@gmail.com>
Date: Thu, 30 Jun 2005 08:44:54 -0000
Local: Thurs, Jun 30 2005 4:44 am
Subject: Re: newbie doubt
There's an error in the either the code or documentations. Use this
instead:
map.setMapType(_SATELLITE_TYP­E)
Note the lack of 'G'

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
potdarko@gmail.com  
View profile  
 More options Jun 30 2005, 5:50 am
From: "potda...@gmail.com" <potda...@gmail.com>
Date: Thu, 30 Jun 2005 09:50:56 -0000
Local: Thurs, Jun 30 2005 5:50 am
Subject: Re: newbie doubt
thank you very much :) works fine now

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bigjoepo  
View profile  
 More options Jun 30 2005, 9:40 am
From: "bigjoepo" <bigjo...@gmail.com>
Date: Thu, 30 Jun 2005 06:40:05 -0700
Local: Thurs, Jun 30 2005 9:40 am
Subject: Re: newbie doubt
You could also do this:
sat = map.getMapTypes()[1];
map.setMapType(sat);

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nazgul  
View profile  
 More options Jun 30 2005, 5:11 pm
From: "nazgul" <kamil.skal...@gmail.com>
Date: Thu, 30 Jun 2005 21:11:14 -0000
Local: Thurs, Jun 30 2005 5:11 pm
Subject: Re: newbie doubt
Indeed, the documentation is wrong and lists map types with extra 'G'.
Still, this do not work:
 var map = new GMap(document.getElementById("map"), _SATELLITE_TYP­);


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google