We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6415b93 commit eb7da18Copy full SHA for eb7da18
MapboxGeocoderTests/BridgingTests.m
@@ -19,4 +19,12 @@ - (void)testForwardGeocodingOptions {
19
XCTAssertNotNil([[MBForwardGeocodeOptions alloc] initWithQuery:@"Golden Gate Bridge"]);
20
}
21
22
+- (void)testMBGeocoder {
23
+ XCTAssertNotNil([[MBGeocoder alloc] initWithAccessToken:@"pk.foo"]);
24
+}
25
+
26
+- (void)testMBPlacemark {
27
+ XCTAssertNotNil([MBPlacemark alloc]);
28
29
30
@end
0 commit comments