Hi again. Can't you calculate 'swx' and 'ney' pixel points from your existing center, width and height data?
Assuming that center is a GPoint object and that width and height are integers. var swx = center.x - (width / 2); var ney = center.y - (height / 2); Martin. On 19 Nov, 10:13, antonius <[EMAIL PROTECTED]> wrote: > > Can you explain what you are attempting to do ? > > Are you trying to display your tiles without a static map ? > > i want to display my tiles (GIF) with static map, n stitch together > with help from the server as PNG images n send that PNG images to my > mobile phone applications > > I have tried Martin's tutorial above, it need : > -width - the width of the desired image in pixels > -height - the height of the desired image in pixels > -swx - the x pixel point of the south west corner of the map > -ney - the y pixel point of the north east corner of the map > -zoom - the zoom level at which to create the image > to create static map. > > I want to create static map with this data : > -single coordinates - it become the center of the static map > -width - the width of the desired image in pixels > -height - the height of the desired image in pixels > -zoom - the zoom level at which to create the image --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
