yy20111011659 / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

Embedding lacks marker images #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Embed MapView into a separate project
2. try to plot markers in your separate project
3. Markers won't appear on map and debugger reads: <Error>:
CGImageSourceCreateWithDataProvider data parameter is nil\n

What is the expected output? What do you see instead?
We expect to see a marker plot 

Markers fail to show up on the map and error message reads: <Error>:
CGImageSourceCreateWithDataProvider data parameter is nil\n

Please use labels and text to provide additional information.

I think the images in MapView's Resources directory are not getting copied
properly when you embed MapView inside another project.

Original issue reported on code.google.com by justin.f...@gmail.com on 27 Oct 2008 at 6:55

GoogleCodeExporter commented 8 years ago
The solution is to move the images to the assets directory of the parent 
project.

I'll update the embedding guide.

Original comment by justin.f...@gmail.com on 27 Oct 2008 at 7:00

GoogleCodeExporter commented 8 years ago
Thanks; yeah.

Original comment by jose...@gmail.com on 27 Oct 2008 at 11:17