Hi all,
I have a set of coordinates (type marker) which are kept in a map for changing/removing the set marker anytime. This is done by MMap.put(i,m).
But I have further sets of coordinates. I thought I could create a Container map like MMapCon(ii,MMap) as a kind of parent. The result is, that it seems that I got only the last one, which was set to MMap. So I think I need something like MMap(i), but I don´t know whether the creation of a new map object at runtime
is possible.
Am I right and any idea how to do?
Benedikt
I have a set of coordinates (type marker) which are kept in a map for changing/removing the set marker anytime. This is done by MMap.put(i,m).
But I have further sets of coordinates. I thought I could create a Container map like MMapCon(ii,MMap) as a kind of parent. The result is, that it seems that I got only the last one, which was set to MMap. So I think I need something like MMap(i), but I don´t know whether the creation of a new map object at runtime
is possible.
Am I right and any idea how to do?
Benedikt