this is my url that i used in my qlikview application:
='http://maps.google.com/staticmap?center=' & num(var_mid_lat,
'##############', '.', ',' )
& ',' & num(var_mid_long, '##############', '.', ',' )
& '&zoom=$(var_zoom)' & '&maptype='&var_maptype
& '&size='&map_size_x&'x'&map_size_y //' & '400x400'
& '&key='&gmap_key & '&.png'
& '&path=' & '&fillcolor=' & '&yellow' &'|' & '&color=' & '&green' & '|'
//this is the encoded data for the polygon:
& '&enc=' & '&sziqAm`tfVthFvfF|sHw_ChuIzi@lnDy{D|aGw_C|sBybHny@y
{Db_EoyCluCwfF?ewBetHy{DsyF}i@wvDioFmuOivIguOdeIqvJhdPokB|sHuh@vbS
~WvXtzMdwBthFvfF|sHw_ChuIzi@lnDy{D|aGw_C|sBybHny@y
{Db_EoyCluCwfF?ewBetHy{DsyF}i@wvDioFmuOivIguOdeIqvJhdPokB|sHuh@vbS'
On Mon, Feb 21, 2011 at 5:17 PM, Rossko <[email protected]> wrote:
> > i dont undestand how to incorporate the encoded polyline.... because i
> > already plotted the points and then when i call the encoded polyline code
> it
> > does not appear in my map...
>
> Can you follow the posting guide;ines, and give us a link to your map
> showing the problem?
> As it is a Static Map, you should have a URL you can show us.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps API V2" 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-api?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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-api?hl=en.