Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Google Maps API v3_Map type _Satellite view (couldn't view)

Hello All,

I am working in Google Maps API V3.

Except Map type everything seems to be normal.

In Map type I couldn't view satellite.

Please let me know if anyone could solve the same.

1 Solution

Accepted Solutions
jpenuliar
Partner - Specialist III
Partner - Specialist III

Can you try and replace the Dynamic Image code to below:

='http://maps.googleapis.com/maps/api/staticmap?center='

&

num(var_mid_lat, '##############', '.', ',' )

&

','

&

num(var_mid_long, '##############', '.', ',' )

&

'&zoom=$(var_zoom)'

&

'&maptype='&
var_maptype


&

'&size='&
map_size_x&'x'&map_size_y

&

'&sensor=false'

Also check that your variable var_maptype definition is "=if(isnull(only(maptype)),fieldvalue( 'maptype', 4 ),maptype)"

View solution in original post

9 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

Do you have the maptype table loaded inline?

If yes, add a list box object for the maptype field.

Anonymous
Not applicable
Author

I have done those Inline /I mean to say it is not reflecting in map

jpenuliar
Partner - Specialist III
Partner - Specialist III

do the other maptypes work? Mobile,hybrid,roadmap?

krishna20
Specialist II
Specialist II

Hi Sundar,

Have you tried with extension objects? If not please try once with  IDEVIO extension object for google maps.

Regards

Krishna

Anonymous
Not applicable
Author

No Even other types doesn't work.

Only normal view works

Anonymous
Not applicable
Author

I am trying to work with only Static maps and not extension objects ...More over IDEVIO Extension objects for google maps is a trial version (30 days)

jpenuliar
Partner - Specialist III
Partner - Specialist III

Can you try and replace the Dynamic Image code to below:

='http://maps.googleapis.com/maps/api/staticmap?center='

&

num(var_mid_lat, '##############', '.', ',' )

&

','

&

num(var_mid_long, '##############', '.', ',' )

&

'&zoom=$(var_zoom)'

&

'&maptype='&
var_maptype


&

'&size='&
map_size_x&'x'&map_size_y

&

'&sensor=false'

Also check that your variable var_maptype definition is "=if(isnull(only(maptype)),fieldvalue( 'maptype', 4 ),maptype)"

Anonymous
Not applicable
Author


Thank you it works

jpenuliar
Partner - Specialist III
Partner - Specialist III

Glad to be of help,

If you can please mark this thread closed then, so others can use for future reference.

Regards,

JP