-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not issue but Question : Calloutview with Mapbox #97
Comments
SMCalloutView is built in to the various Mapbox SDKs and customizability varies. With the new iOS SDK there's an open ticket and an as-yet unreviewed pull request that would add the ability to specify your own view — SMCalloutView or some other. As it stands, it's only necessary to include the SMCalloutView headers in your project. This won't get you very far because your callout view won't be synced with map view, though. |
Hi but I can see that "only those have write access can have pull request" ! |
Yup, if you want to integrate other's/your own code into our project, you'll need to clone it locally, merge the commits yourself, and then build the SDK. |
I want to achieve this ! Is this possible ? @friedbunny |
Customized views like that should be possible in the upcoming v3.1.0 release. |
Thanks for the response! |
Hi Nick Farina,
Thank you for this lovely project. I need to ask if we can use this CalloutView with Mapbox ?
For latest Mapbox SDK when i tried adding SMCalloutView , it gives the linking error as duplicate symbols for various times.
And when I tried older Mapbox SDK it gave me RMAnnotation.h file missing error.
Another question is how can we increase height of the calloutview ?
The text was updated successfully, but these errors were encountered: