Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okhanokbay committed Mar 13, 2018
1 parent bcee01b commit 600b6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class YourViewController: UIViewController {
//Required
mapView.delegate = self

let viewModel = YourAnnotationViewModel(title: "Cafe", image: UIImage(named: "cafe.png")!)
let viewModel = YourCalloutViewModel(title: "Cafe", image: UIImage(named: "cafe.png")!)

let annotation = AnnotationPlus(viewModel: viewModel,
coordinate: CLLocationCoordinate2DMake(50.11, 8.68))
Expand Down

0 comments on commit 600b6b4

Please sign in to comment.