Memory management issue in google map IOS -


i'am working on locate app, using google map locate. , issue is; our app consumes huge amount of memory while i'am doing on map zoom in or zoom out or while plotting marker on map , not releasing memory. trouble, have searched on , in didn't find proper solution. says to these stuffs:

        self.mapview.delegate = nil;         [self.mapview clear];         [self.mapview removefromsuperview];         [self.mapview stoprendering];     //deprecated in ios8 

tried of above codes except last line deprecated in ios8, no use. i'am sure there'll solution since lot of similar famous apps there in appstore working cool. hope 1 expert in can me.


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -