ios - MapKit overlays to add floor plans to map -
ios - MapKit overlays to add floor plans to map -
i trying add together overlay ios mapkit in order show floor plans. however, unsure best way of doing this. if add together floor plans using mkoverlay, floor plans loaded lazily or need find out part of map beingness displayed , update overlays thereafter? looked @ using mktileoverlay, using lazy loading, have impression should used covering of map , not add together existing one. correct?
yes, right mktileoverlay can cover whole map tiles , yes using lazy loading.
use mkoverlay if not willing replace native , fill of map. can accomplish lazy loading mkoverlay too.
note: mktileoverlay not remove existing mkannotations , mkoverlay.
ios mapkit mkoverlay mktileoverlay
Comments
Post a Comment