I am doing a project which contains mapview. I need to change the look of MapView by adding different color on mapview. i already know that we can add route, circle etc on mapview.I am attaching an image below. If anybody knows then please give me a hint that how this is possible. Help would be appreciated. Thank you very much.
Related
Im pretty new to mkmapview so I'll hope my question will be clear enough.
Let's say I have a code where im saving the userLocation in an array (MKuserLocation type). im saving this for every step the user take and than I want to display this.
How do I do that? how can I use this userlocation with the coordinates that I save and display the path?
* im adding this after the comment I was told to use MKmapoverlay. does someone can give me an example how to use this with coordinates? or have some guide (I really tried something clear enough on google but didn't)
Thanks
yes, you can make a path from thoses point. You must be careful to to have your array of point in the right order otherwise you will draw lines between point in every direction. you can draw a line with an mkoverlay
I have faced same issue few days ago and I found the sample application on GitHub.you can download the project from here.
I hope it will be helpful !!
I want to crop the selected portion of the image that user has selected. I would like to implement like in the following image
By moving the button/image(green bordered box) , the user can select the portion he wants. Can any one please tell me how to do this or please provide me the sample code if you have any.
Any help will be appreciated.
Check out BJImageCropper. This also have an example.
I am creating an app that has drawing module and what i am try to do that i have a image and i have to draw text on it.Now i need to remove the text by eraser and draw pad(UIImageView) height must be infinite.So i need to scroll the image View as well as apply drawing on it also.If anyone have any answer then please reply
I had answered a question like this before .... Maybe this would help you :) Also you would see a long discussion which I think would be helpful ....
Writing on ImageView in Iphone
Is it possible to show directions from one point to another point recursively until i reach the destination from source point like Route or Path from Source to Destination in iPhone using MKMapVIew.
I tried with MKOverlayPath and MKpolyline but not able to proceed.
Please help me in this issue?
hello hope this will help you..
download this demo with this you can find the direction of the 2 position in map view and than you can use timer for updating its location after each second so its seems like what you want..
I want to Make heat map (HazardMap) based on annotations dropped to the mapView. If i have more annotation than the location should be red. How to do This. Please anyone help me? like This Map