On 28 June 2010 17:07, darkflame <[email protected]> wrote: > maybe. > But then, under that context, caching the images for performance > reasons, which is allowed, would also be a derivative work.
But that is explicitly allowed. > I guess it depends if they are seeing this from a code perspective, or > an "end result' perspective. After all, wouldn't almost all uses of > the API > be "modifying" the supplied images? (I mean, even if you didn't use > any custom markers getting really nitty-gritty, the device's > themselves will be modifying and copying the image to display them) > Wish they had more examples to make this more clear. But that's also explicitly allowed (after all, if the device couldn't display a particular image, there wouldn't be a great deal of point in all this!) > The other thing that makes me skeptical/hoping it is allowed, is that > the code to copy a bitmap from the mapView hasn't been overridden to > disable it. Guess that could have been overlooked though. Google's response to this sort of thing in the past has been "You may be able to do it, but it doesn't mean you are allowed to, nor does it mean it will continue to work." The bottom line is that you are allowed to use the API, and only the API. For Static Maps, you must display the image in a browser (which means you can't use them in a dedicated J2ME app, for example). If your chosen platform can't cope with the API, or doesn't count as a browser for Static Maps, then you can't use the tiles. It may seem restrictive, but it's a free service, and Google are subject to their suppliers' licence terms which they have to pass on. -- 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.
