Hi there,
what parameters do I pass to this function ?
invalidate(left, top, right, bottom)
for use with google map on android ?
thanks
- ahsan
Hi there,
what parameters do I pass to this function ?
invalidate(left, top, right, bottom)
for use with google map on android ?
thanks
- ahsan
You pass whatever rectangle you need invalidated. It may be simpler to use the invalidate()
that takes no parameters.