android - Create a Marker without adding it to the map? -


  • how create instance of marker class, without adding map.

you may use lazymarker.java android maps extensions.

it doesn't physically create marker until call setvisible(true) on it.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -