summaryrefslogtreecommitdiff
path: root/platform/ios/benchmark/locations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/benchmark/locations.cpp')
-rw-r--r--platform/ios/benchmark/locations.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/platform/ios/benchmark/locations.cpp b/platform/ios/benchmark/locations.cpp
new file mode 100644
index 0000000000..9f53877e40
--- /dev/null
+++ b/platform/ios/benchmark/locations.cpp
@@ -0,0 +1,18 @@
+#include "locations.hpp"
+
+namespace mbgl {
+namespace bench {
+
+const std::vector<Location> locations = {
+ { "paris", 2.3411, 48.8664, 11, 0.0 },
+ { "paris2", 2.3516, 48.8356, 13, 273.8 },
+ { "alps", 10.6107, 46.9599, 6, 0.0 },
+ { "us east", -84.3395, 36.9400, 5, 0.0 },
+ { "greater la", -117.9529, 34.0259, 9, 0.0 },
+ { "sf", -122.4202, 37.7625, 14, 0.0 },
+ { "oakland", -122.2328, 37.8267, 12, 0.0 },
+ { "germany", 9.2280, 50.9262, 6, 0.0 },
+};
+
+}
+}